aboutsummaryrefslogtreecommitdiff
path: root/assets/css/fonts.scss
diff options
context:
space:
mode:
authorAriel Costas <94913521+arielcostas@users.noreply.github.com>2024-02-05 19:27:58 +0100
committerAriel Costas <94913521+arielcostas@users.noreply.github.com>2024-02-05 19:27:58 +0100
commit8ccc47294e213c44139d90e4971a6ae40ff4a74a (patch)
tree062209d707f3e0a791a70b98f8cf99dce4507dff /assets/css/fonts.scss
parente587b6f6d721033b3e4b648a732457425a2ad409 (diff)
Refactor CSS imports and remove unused styles
Diffstat (limited to 'assets/css/fonts.scss')
-rw-r--r--assets/css/fonts.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/assets/css/fonts.scss b/assets/css/fonts.scss
deleted file mode 100644
index 19511ef..0000000
--- a/assets/css/fonts.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-@font-face {
- font-family: 'Aleo';
- font-style: normal;
- font-weight: 100 900;
- font-display: swap;
- src: url('/fonts/aleo.woff2') format('woff2-variations');
-}
-
-@font-face {
- font-family: 'Rubik';
- font-style: normal;
- font-weight: 100 900;
- font-display: swap;
- src: url('/fonts/rubik.woff2') format('woff2-variations');
-} \ No newline at end of file