fonts: add Xecut font

This commit is contained in:
He4eT 2025-02-18 01:57:55 +01:00
commit e9342ce893
4 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,7 @@
html, body { html, body {
font-family: Play, sans-sefif; font-family: Play, sans-sefif;
} }
h1 {
font-family: Xecut, sans-sefif;
}

View file

@ -2,3 +2,4 @@
permalink: _assets/css/fonts.css permalink: _assets/css/fonts.css
--- ---
{% include "../fonts/play/play.font.css" %} {% include "../fonts/play/play.font.css" %}
{% include "../fonts/xecut/xecut.font.css" %}

View file

@ -0,0 +1,6 @@
@font-face {
font-family: 'Xecut';
font-style: normal;
font-weight: 400;
src: url('/_assets/fonts/xecut/xecut.ttf') format('truetype');
}

Binary file not shown.