Update style.css

main
Saltine 2024-06-24 15:36:19 -07:00 committed by GitHub
parent 3f5d29e027
commit e29b945e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1,21 +1,21 @@
@font-face {
font-family: 'leet';
src: url('dosis.extralight.ttf') format('truetype');
src: url('./fonts/dosis.extralight.ttf') format('truetype');
}
@font-face {
font-family: 'ppheehee';
src: url('uni-sans.heavy-caps.otf') format('opentype');
src: url('./fonts/uni-sans.heavy-caps.otf') format('opentype');
}
@font-face {
font-family: 'nav';
src: url('sui-generis-free.rg-regular.otf') format('opentype');
src: url('./fonts/sui-generis-free.rg-regular.otf') format('opentype');
}
@font-face {
font-family: 'wowww';
src: url('metropolis.regular.otf') format('opentype');
src: url('./fonts/metropolis.regular.otf') format('opentype');
}
/* Reset and General Styles */