Skip to content

Commit

Permalink
removed roboto in favour of system font
Browse files Browse the repository at this point in the history
  • Loading branch information
gurumaxi committed Oct 13, 2024
1 parent fb306b8 commit f3585f0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wattastisch",
"version": "3.2.0",
"version": "3.2.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
16 changes: 1 addition & 15 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,10 @@
--secondaryColor: #f1f1f1;
--textColor: #343434;
--backgroundColor: #e5e5e5;
--fontFamily: Roboto, sans-serif;
--fontFamily: system-ui, sans-serif;
--kalam: Kalam, cursive;
}

@font-face {
font-family: Roboto;
font-weight: 400;
font-display: block;
src: url($lib/assets/fonts/roboto-400.woff);
}

@font-face {
font-family: Roboto;
font-weight: 500;
font-display: block;
src: url($lib/assets/fonts/roboto-500.woff);
}

@font-face {
font-family: Kalam;
font-weight: 400;
Expand Down
Binary file removed src/lib/assets/fonts/roboto-400.woff
Binary file not shown.
Binary file removed src/lib/assets/fonts/roboto-500.woff
Binary file not shown.

0 comments on commit f3585f0

Please sign in to comment.