diff --git a/system/resources/css/noto-serif.css b/system/resources/css/noto-serif.css index af2747a..fe8d107 100644 --- a/system/resources/css/noto-serif.css +++ b/system/resources/css/noto-serif.css @@ -1,24 +1,33 @@ +/* noto-serif-latin-400-italic */ @font-face { - font-family:"Noto Serif"; - font-style:italic; - font-weight: 400; - font-display:swap; - src:local("Noto Serif"), - url("../fonts/NotoSerif/noto-serif-latin-400-italic.woff2") format("woff2") + font-family: 'Noto Serif'; + font-style: italic; + font-display: fallback; + font-weight: 400; + src: + url('../fonts/NotoSerif/noto-serif-latin-400-italic.woff2?ver=21') format('woff2'), + url('../fonts/NotoSerif/noto-serif-all-400-italic.woff?ver=21') format('woff'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } +/* noto-serif-latin-400-normal */ @font-face { - font-family:"Noto Serif"; - font-style:normal; - font-weight: 400; - font-display:swap; - src:local("Noto Serif"), - url("../fonts/NotoSerif/noto-serif-latin-400-normal.woff2") format("woff2") + font-family: 'Noto Serif'; + font-style: normal; + font-display: fallback; + font-weight: 400; + src: + url('../fonts/NotoSerif/noto-serif-latin-400-normal.woff2') format('woff2'), + url('../fonts/NotoSerif/noto-serif-all-400-normal.woff') format('woff'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } +/* noto-serif-latin-700-normal */ @font-face { - font-family:"Noto Serif"; - font-style:normal; - font-weight: 700; - font-display:swap; - src:local("Noto Serif"), - url("../fonts/NotoSerif/noto-serif-latin-700-normal.woff2") format("woff2") + font-family: 'Noto Serif'; + font-style: normal; + font-display: fallback; + font-weight: 700; + src: + url('../fonts/NotoSerif/noto-serif-latin-700-normal.woff2') format('woff2'), + url('../fonts/NotoSerif/noto-serif-all-700-normal.woff') format('woff'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } \ No newline at end of file diff --git a/system/resources/fonts/NotoSerif/noto-serif-all-400-italic.woff b/system/resources/fonts/NotoSerif/noto-serif-all-400-italic.woff new file mode 100644 index 0000000..6b81b46 Binary files /dev/null and b/system/resources/fonts/NotoSerif/noto-serif-all-400-italic.woff differ diff --git a/system/resources/fonts/NotoSerif/noto-serif-all-400-normal.woff b/system/resources/fonts/NotoSerif/noto-serif-all-400-normal.woff new file mode 100644 index 0000000..f356db5 Binary files /dev/null and b/system/resources/fonts/NotoSerif/noto-serif-all-400-normal.woff differ diff --git a/system/resources/fonts/NotoSerif/noto-serif-all-700-normal.woff b/system/resources/fonts/NotoSerif/noto-serif-all-700-normal.woff new file mode 100644 index 0000000..4224d83 Binary files /dev/null and b/system/resources/fonts/NotoSerif/noto-serif-all-700-normal.woff differ diff --git a/themes/twentyfifteen/layout.html.php b/themes/twentyfifteen/layout.html.php index 6fd5eee..54b69ff 100644 --- a/themes/twentyfifteen/layout.html.php +++ b/themes/twentyfifteen/layout.html.php @@ -4,7 +4,7 @@ - +