From bbcb8adfd621d5f0e549d338430207198112c733 Mon Sep 17 00:00:00 2001 From: vgatextmode Date: Sat, 26 Oct 2024 19:53:08 +0300 Subject: [feat] Cousine font --- fontface.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fontface.css (limited to 'fontface.css') 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+ */ +} -- cgit v1.2.3