diff options
Diffstat (limited to 'fontface.css')
-rw-r--r-- | fontface.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fontface.css b/fontface.css new file mode 100644 index 0000000..67194ec --- /dev/null +++ b/fontface.css @@ -0,0 +1,8 @@ +/* cousine-regular - cyrillic_cyrillic-ext_latin_latin-ext */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Cousine'; + font-style: normal; + font-weight: 400; + src: url('../fonts/cousine-v27-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} |