Skip to content

Commit

Permalink
font change
Browse files Browse the repository at this point in the history
  • Loading branch information
AgataBialoskorska committed Mar 18, 2024
1 parent c03ee0d commit 7e8da6a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/assets/base.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* color palette from <https://github.com/vuejs/theme> */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Nunito&family=Open+Sans&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');
:root {
--green: rgba(79, 255, 176, 0.6);
--hover-text: rgba(0, 255, 140, 0.9);
Expand All @@ -25,19 +26,19 @@ body {
transition:
color 0.5s,
background-color 0.5s;
line-height: 1.5;
line-height: 1.3;
font-family:
Inter,
'Open Sans',
Lato,
Roboto,
Nunito,
monospace,
-apple-system,
'Fira Sans',
'Droid Sans',
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen,
Ubuntu,
Cantarell,
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
font-size: 2vmin;
text-rendering: optimizeLegibility;
Expand Down

0 comments on commit 7e8da6a

Please sign in to comment.