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 {
font-family: Play, sans-sefif;
}
h1 {
font-family: Xecut, sans-sefif;
}

View file

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