diff --git a/static/fonts/iosevka.css b/static/fonts/iosevka.css new file mode 100644 index 0000000..f68e768 --- /dev/null +++ b/static/fonts/iosevka.css @@ -0,0 +1,27 @@ +@font-face { + font-family: 'Iosevka Web'; + font-display: swap; + font-weight: 400; + font-stretch: normal; + font-style: normal; + src: url('woff2/iosevka-regular.woff2') format('woff2'), url('ttf/iosevka-regular.ttf') format('truetype'); +} + + +@font-face { + font-family: 'Iosevka Web'; + font-display: swap; + font-weight: 700; + font-stretch: normal; + font-style: normal; + src: url('woff2/iosevka-bold.woff2') format('woff2'), url('ttf/iosevka-bold.ttf') format('truetype'); +} + +@font-face { + font-family: 'Iosevka Web'; + font-display: swap; + font-weight: 400; + font-stretch: normal; + font-style: italic; + src: url('woff2/iosevka-italic.woff2') format('woff2'), url('ttf/iosevka-italic.ttf') format('truetype'); +} diff --git a/static/fonts/ttf/iosevka-bold.ttf b/static/fonts/ttf/iosevka-bold.ttf new file mode 100644 index 0000000..8837797 Binary files /dev/null and b/static/fonts/ttf/iosevka-bold.ttf differ diff --git a/static/fonts/ttf/iosevka-italic.ttf b/static/fonts/ttf/iosevka-italic.ttf new file mode 100644 index 0000000..4e34f70 Binary files /dev/null and b/static/fonts/ttf/iosevka-italic.ttf differ diff --git a/static/fonts/ttf/iosevka-regular.ttf b/static/fonts/ttf/iosevka-regular.ttf new file mode 100644 index 0000000..4559a66 Binary files /dev/null and b/static/fonts/ttf/iosevka-regular.ttf differ diff --git a/static/fonts/woff2/iosevka-bold.woff2 b/static/fonts/woff2/iosevka-bold.woff2 new file mode 100644 index 0000000..f0c199e Binary files /dev/null and b/static/fonts/woff2/iosevka-bold.woff2 differ diff --git a/static/fonts/woff2/iosevka-italic.woff2 b/static/fonts/woff2/iosevka-italic.woff2 new file mode 100644 index 0000000..27a0b9c Binary files /dev/null and b/static/fonts/woff2/iosevka-italic.woff2 differ diff --git a/static/fonts/woff2/iosevka-regular.woff2 b/static/fonts/woff2/iosevka-regular.woff2 new file mode 100644 index 0000000..a044361 Binary files /dev/null and b/static/fonts/woff2/iosevka-regular.woff2 differ diff --git a/templates/base.html.tera b/templates/base.html.tera index 54d4ff5..f05cf8a 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -14,7 +14,7 @@ - +