From f6c6de6dbb860002acde7ba96738572b638b3184 Mon Sep 17 00:00:00 2001 From: CodePlayer Date: Mon, 3 Jun 2019 17:41:29 +0800 Subject: [PATCH] Create simple-font.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 精简字体定义,只保留常规字体规格 --- .../simple-font.css | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dist/NotoSans/NotoSansCJKsc-hinted/subset/NotoSansCJKsc-hinted-standard/simple-font.css diff --git a/dist/NotoSans/NotoSansCJKsc-hinted/subset/NotoSansCJKsc-hinted-standard/simple-font.css b/dist/NotoSans/NotoSansCJKsc-hinted/subset/NotoSansCJKsc-hinted-standard/simple-font.css new file mode 100644 index 0000000..5343d1b --- /dev/null +++ b/dist/NotoSans/NotoSansCJKsc-hinted/subset/NotoSansCJKsc-hinted-standard/simple-font.css @@ -0,0 +1,37 @@ +/* Noto Sans CJK SC */ +@font-face{ + font-family: 'Noto Sans CJK SC'; + 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: 200; + src: local('☺'), + 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'; + 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'); +}