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