aboutsummaryrefslogtreecommitdiff
path: root/styles/shared.scss
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-24 18:18:14 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-28 23:24:13 +0100
commit72f4b03ea2648b7c9de1d4bf2f0899a278537167 (patch)
tree8072c61ba0a6ff7a7283abea4b0703777a936dc9 /styles/shared.scss
parent731fcdb659bd5de1ab973f875861131f57a390f8 (diff)
chore: replace Roboto with Archivo Variable font and update styles accordingly
Diffstat (limited to 'styles/shared.scss')
-rw-r--r--styles/shared.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/styles/shared.scss b/styles/shared.scss
index ef9379c..840fa4b 100644
--- a/styles/shared.scss
+++ b/styles/shared.scss
@@ -1,14 +1,6 @@
@use "./variables" as *;
@use "./alert";
-@font-face {
- font-display: swap;
- font-family: 'Roboto Flex';
- font-style: normal;
- font-weight: 100 900;
- src: url('/fonts/robotoflex.woff2') format('woff2');
-}
-
body {
font-family: $mainFontStack;
line-height: 1.65;