diff --git a/static/fonts/inter-v11-latin-500.woff b/static/fonts/inter-v11-latin-500.woff deleted file mode 100644 index a5b7c7a..0000000 Binary files a/static/fonts/inter-v11-latin-500.woff and /dev/null differ diff --git a/static/fonts/inter-v11-latin-500.woff2 b/static/fonts/inter-v11-latin-500.woff2 deleted file mode 100644 index 0e3db59..0000000 Binary files a/static/fonts/inter-v11-latin-500.woff2 and /dev/null differ diff --git a/static/fonts/inter-v11-latin-700.woff b/static/fonts/inter-v11-latin-700.woff deleted file mode 100644 index dccfb4d..0000000 Binary files a/static/fonts/inter-v11-latin-700.woff and /dev/null differ diff --git a/static/fonts/inter-v11-latin-700.woff2 b/static/fonts/inter-v11-latin-700.woff2 deleted file mode 100644 index 2cf55f1..0000000 Binary files a/static/fonts/inter-v11-latin-700.woff2 and /dev/null differ diff --git a/static/fonts/inter-v11-latin-regular.woff b/static/fonts/inter-v11-latin-regular.woff deleted file mode 100644 index 4fcb4b5..0000000 Binary files a/static/fonts/inter-v11-latin-regular.woff and /dev/null differ diff --git a/static/fonts/inter-v11-latin-regular.woff2 b/static/fonts/inter-v11-latin-regular.woff2 deleted file mode 100644 index 56a570b..0000000 Binary files a/static/fonts/inter-v11-latin-regular.woff2 and /dev/null differ diff --git a/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff new file mode 100644 index 0000000..ec2c08d Binary files /dev/null and b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff differ diff --git a/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff2 b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff2 new file mode 100644 index 0000000..b8934da Binary files /dev/null and b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff2 differ diff --git a/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff new file mode 100644 index 0000000..7248f27 Binary files /dev/null and b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff differ diff --git a/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff2 b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff2 new file mode 100644 index 0000000..fae09ea Binary files /dev/null and b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff2 differ diff --git a/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff new file mode 100644 index 0000000..db0f8d1 Binary files /dev/null and b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff differ diff --git a/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff2 b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff2 new file mode 100644 index 0000000..0eefe89 Binary files /dev/null and b/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff2 differ diff --git a/static/style.css b/static/style.css index fc760fb..6d92c5e 100644 --- a/static/style.css +++ b/static/style.css @@ -1,38 +1,31 @@ -/* inter-regular - latin */ +/* inter-regular - cyrillic_greek_latin_vietnamese */ @font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), - url("/static/fonts/inter-v11-latin-regular.woff2") - format("woff2"), - /* Chrome 26+, Opera 23+, Firefox 39+ */ - url("/static/fonts/inter-v11-latin-regular.woff") - format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Inter'; + font-style: normal; + font-weight: 400; + src: url('/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } -/* inter-500 - latin */ +/* inter-500 - cyrillic_greek_latin_vietnamese */ @font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), - url("/static/fonts/inter-v11-latin-500.woff2") format("woff2"), - /* Chrome 26+, Opera 23+, Firefox 39+ */ - url("/static/fonts/inter-v11-latin-500.woff") - format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Inter'; + font-style: normal; + font-weight: 500; + src: url('/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } -/* inter-700 - latin */ +/* inter-700 - cyrillic_greek_latin_vietnamese */ @font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), - url("/static/fonts/inter-v11-latin-700.woff2") format("woff2"), - /* Chrome 26+, Opera 23+, Firefox 39+ */ - url("/static/fonts/inter-v11-latin-700.woff") - format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Inter'; + font-style: normal; + font-weight: 700; + src: url('/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ + url('/static/fonts/inter-v12-cyrillic_greek_latin_vietnamese-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } * {