diff --git a/src/style/fonts.scss b/src/style/fonts.scss index 4357929..bdd4225 100644 --- a/src/style/fonts.scss +++ b/src/style/fonts.scss @@ -1,66 +1,21 @@ -/* latin-ext */ +/* comfortaa-regular - latin */ @font-face { font-family: 'Comfortaa'; font-style: normal; font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/comfortaa/v29/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDr0fIB1fyc6dYA.woff2) - format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, - U+2113, U+2C60-2C7F, U+A720-A7FF; + src: local(''), + url('../../static/fonts/comfortaa-v40-latin-regular.woff2') format('woff2'), + /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('../../static/fonts/comfortaa-v40-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } -/* latin */ -@font-face { - font-family: 'Comfortaa'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/comfortaa/v29/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrMfIB1fyc4.woff2) - format('woff2'); - 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; -} -/* latin-ext */ -@font-face { - font-family: 'Open Sans'; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Xdc1GAK6bt6o.woff2) - format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, - U+2113, U+2C60-2C7F, U+A720-A7FF; -} -/* latin */ -@font-face { - font-family: 'Open Sans'; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) - format('woff2'); - 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; -} -/* latin-ext */ + +/* open-sans-regular - latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) - format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, - U+2113, U+2C60-2C7F, U+A720-A7FF; -} -/* latin */ -@font-face { - font-family: 'Open Sans'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) - format('woff2'); - 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; + src: local(''), + url('../../static/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), + /* Chrome 26+, Opera 23+, Firefox 39+ */ + url('../../static/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } diff --git a/static/fonts/comfortaa-v40-latin-regular.woff b/static/fonts/comfortaa-v40-latin-regular.woff new file mode 100644 index 0000000..c54393b Binary files /dev/null and b/static/fonts/comfortaa-v40-latin-regular.woff differ diff --git a/static/fonts/comfortaa-v40-latin-regular.woff2 b/static/fonts/comfortaa-v40-latin-regular.woff2 new file mode 100644 index 0000000..bc4da8b Binary files /dev/null and b/static/fonts/comfortaa-v40-latin-regular.woff2 differ diff --git a/static/fonts/open-sans-v34-latin-regular.woff b/static/fonts/open-sans-v34-latin-regular.woff new file mode 100644 index 0000000..b083626 Binary files /dev/null and b/static/fonts/open-sans-v34-latin-regular.woff differ diff --git a/static/fonts/open-sans-v34-latin-regular.woff2 b/static/fonts/open-sans-v34-latin-regular.woff2 new file mode 100644 index 0000000..15339ea Binary files /dev/null and b/static/fonts/open-sans-v34-latin-regular.woff2 differ