Change font back to Rubik and update version

This commit is contained in:
Michał Gdula 2023-04-08 17:00:04 +00:00
parent 823d0877d0
commit 1f9f50d014
10 changed files with 30 additions and 14 deletions

View file

@ -33,7 +33,7 @@ $rad-inner: var(--rad-inner)
$animation-smooth: var(--animation-smooth)
$animation-bounce: var(--animation-bounce)
$font: 'Manrope', sans-serif
$font: 'Rubik', sans-serif
$breakpoint: 800px
@ -77,8 +77,10 @@ $breakpoint: 800px
// I have no clue if its webassets or libsass thats doing this shit
// But one of them is trying to "correct" the path, and 404-ing the
// font, so enjoy this path fuckery
@font-face
font-family: 'Manrope'
src: url('../../../../static/fonts/Manrope[wght].woff2') format('woff2')
font-family: 'Rubik'
src: url('../../../../static/fonts/Rubik.ttf') format('truetype')
font-style: normal
font-display: swap
font-weight: 300 900