Skip to content

Commit

Permalink
Update font.css
Browse files Browse the repository at this point in the history
调整字重偏移。
  • Loading branch information
CodePlayer authored Jul 23, 2019
1 parent 5859ed2 commit 75c9fd7
Showing 1 changed file with 7 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
font-style: normal;
font-weight: 400;
src: local('☺'),
url('NotoSansCJKsc-Regular.woff2') format('woff2'),
url('NotoSansCJKsc-Regular.woff') format('woff'),
url('NotoSansCJKsc-Regular.otf') format('opentype');
url('NotoSansCJKsc-Light.woff2') format('woff2'),
url('NotoSansCJKsc-Light.woff') format('woff'),
url('NotoSansCJKsc-Light.otf') format('opentype');
}
@font-face{
font-family: 'Noto Sans CJK SC';
Expand All @@ -29,36 +29,18 @@
@font-face{
font-family: 'Noto Sans CJK SC';
font-style: normal;
font-weight: 300;
font-weight: 500;
src: local('☺'),
url('NotoSansCJKsc-DemiLight.woff2') format('woff2'),
url('NotoSansCJKsc-DemiLight.woff') format('woff'),
url('NotoSansCJKsc-DemiLight.otf') format('opentype');
}
@font-face{
font-family: 'Noto Sans CJK SC';
font-style: normal;
font-weight: 500;
src: local('☺'),
url('NotoSansCJKsc-Medium.woff2') format('woff2'),
url('NotoSansCJKsc-Medium.woff') format('woff'),
url('NotoSansCJKsc-Medium.otf') format('opentype');
}
@font-face{
font-family: 'Noto Sans CJK SC';
font-style: normal;
font-weight: 700;
src: local('☺'),
url('NotoSansCJKsc-Bold.woff2') format('woff2'),
url('NotoSansCJKsc-Bold.woff') format('woff'),
url('NotoSansCJKsc-Bold.otf') format('opentype');
url('NotoSansCJKsc-Regular.woff2') format('woff2'),
url('NotoSansCJKsc-Regular.woff') format('woff'),
url('NotoSansCJKsc-Regular.otf') format('opentype');
}
@font-face{
font-family: 'Noto Sans CJK SC';
font-style: normal;
font-weight: 900;
src: local('☺'),
url('NotoSansCJKsc-Black.woff2') format('woff2'),
url('NotoSansCJKsc-Black.woff') format('woff'),
url('NotoSansCJKsc-Black.otf') format('opentype');
}

0 comments on commit 75c9fd7

Please sign in to comment.