From 8b0edfffade23dad7ead437ee5d845860cdb1ee7 Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:44:05 +0100 Subject: Implement blog page, add a few links --- assets/css/fonts.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets/css/fonts.scss') 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 -- cgit v1.3