mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
fonts: add Xecut font
This commit is contained in:
parent
53930d21bb
commit
e9342ce893
4 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
html, body {
|
html, body {
|
||||||
font-family: Play, sans-sefif;
|
font-family: Play, sans-sefif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: Xecut, sans-sefif;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -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" %}
|
||||||
|
|
|
||||||
6
src/_assets/fonts/xecut/xecut.font.css
Normal file
6
src/_assets/fonts/xecut/xecut.font.css
Normal 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');
|
||||||
|
}
|
||||||
BIN
src/_assets/fonts/xecut/xecut.ttf
Normal file
BIN
src/_assets/fonts/xecut/xecut.ttf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue