mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Switch to Manrope font
Fix inconsistent buttons
Removed default header background
Added info button with version and ❤️
Random fixes
This commit is contained in:
parent
ad8da1ae4e
commit
4e7301b9de
15 changed files with 169 additions and 64 deletions
|
@ -22,7 +22,7 @@ $rad-inner: 3px
|
|||
$animation-smooth: cubic-bezier(0.76, 0, 0.17, 1)
|
||||
$animation-bounce: cubic-bezier(.68,-0.55,.27,1.55)
|
||||
|
||||
$font: "Work Sans", sans-serif
|
||||
$font: "Manrope", sans-serif
|
||||
$breakpoint: 800px
|
||||
|
||||
@font-face
|
||||
|
@ -38,4 +38,10 @@ $breakpoint: 800px
|
|||
@font-face
|
||||
font-family: 'Work Sans'
|
||||
src: url('fonts/worksans-black.woff2')
|
||||
font-weight: 900
|
||||
font-weight: 900
|
||||
|
||||
@font-face
|
||||
font-family: 'Manrope'
|
||||
src: url('fonts/Manrope[wght].woff2') format('woff2')
|
||||
font-style: normal;
|
||||
font-display: swap;
|
Loading…
Add table
Add a link
Reference in a new issue