Skip to content

Commit

Permalink
fix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
SergTyapkin committed Feb 26, 2024
1 parent 7adc6e8 commit f7c87c6
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/styles/fonts.styl
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
font-large-extra()
font-family ALS-Sector, Roboto, monospace
line-height 1.2
font-size clamp(1.5rem, calc(2vw + 1.5rem), 2rem)
font-large()
font-family SBSans, Roboto, monospace
font-family ALS-Sector, Roboto, monospace
line-height 1.2
font-size calc(1.2rem)
font-size clamp(1rem, calc(1vw + 1rem), 1.5rem)
font-medium()
font-family SBSans
font-family ALS-Sector, Roboto, monospace
line-height 1.2
font-size calc(1rem)
font-size clamp(1rem, calc(.7vw + .7rem), 1.3rem)
font-small()
font-family SBSans, Roboto, monospace
font-family ALS-Sector, Roboto, monospace
line-height 1.2
font-size calc(0.8rem)
font-size clamp(.8rem, calc(.5vw + .7rem), 1rem)
font-small-extra()
font-family SBSans, Roboto, monospace
font-family ALS-Sector, Roboto, monospace
line-height 1.2
font-size calc(0.7rem)
font-size clamp(.6rem, calc(.3vw + .7rem), .8rem)


font-bold()
font-weight 700
Expand Down

0 comments on commit f7c87c6

Please sign in to comment.