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 24, 2019
1 parent 75c9fd7 commit 7af038d
Showing 1 changed file with 3 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +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');
}
@font-face{
font-family: 'Noto Sans CJK SC';
font-style: normal;
font-weight: 100;
src: local('☺'),
url('NotoSansCJKsc-Thin.woff2') format('woff2'),
url('NotoSansCJKsc-Thin.woff') format('woff'),
url('NotoSansCJKsc-Thin.otf') format('opentype');
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';
Expand All @@ -26,24 +17,6 @@
url('NotoSansCJKsc-Light.woff') format('woff'),
url('NotoSansCJKsc-Light.otf') format('opentype');
}
@font-face{
font-family: 'Noto Sans CJK SC';
font-style: normal;
font-weight: 300;
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;
Expand All @@ -53,12 +26,3 @@
url('NotoSansCJKsc-Bold.woff') format('woff'),
url('NotoSansCJKsc-Bold.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 7af038d

Please sign in to comment.