diff options
Diffstat (limited to 'assets/css/fonts.scss')
| -rw-r--r-- | assets/css/fonts.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/fonts.scss b/assets/css/fonts.scss new file mode 100644 index 0000000..c771f4b --- /dev/null +++ b/assets/css/fonts.scss @@ -0,0 +1,15 @@ +@font-face { + font-family: 'Aleo'; + font-style: normal; + font-weight: 100 900; + font-display: swap; + src: url('/fonts/aleo.ttf') format('truetype-variations'); +} + +@font-face { + font-family: 'Aleo'; + font-style: italic; + font-weight: 100 900; + font-display: swap; + src: url('/fonts/aleo-italic.ttf') format('truetype-variations'); +}
\ No newline at end of file |
