mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
chore: remove font files other than woff2
woff2 has such a high support percentage that the others are no longer needed: https://caniuse.com/?search=woff
This commit is contained in:
parent
d310cf4fb9
commit
0849830be2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,36 +1,28 @@
|
|||||||
/* RUBIK */
|
/* RUBIK */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: rubik;
|
font-family: rubik;
|
||||||
src: url("fonts/Rubik/rubik-light.ttf") format("truetype"),
|
src: url("fonts/Rubik/rubik-light.woff2") format("woff2");
|
||||||
url("fonts/Rubik/rubik-light.woff") format("woff"),
|
|
||||||
url("fonts/Rubik/rubik-light.woff2") format("woff2");
|
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: rubik;
|
font-family: rubik;
|
||||||
src: url("fonts/Rubik/rubik-regular.ttf") format("truetype"),
|
src: url("fonts/Rubik/rubik-regular.woff2") format("woff2");
|
||||||
url("fonts/Rubik/rubik-regular.woff") format("woff"),
|
|
||||||
url("fonts/Rubik/rubik-regular.woff2") format("woff2");
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: rubik;
|
font-family: rubik;
|
||||||
src: url("fonts/Rubik/rubik-medium.ttf") format("truetype"),
|
src: url("fonts/Rubik/rubik-medium.woff2") format("woff2");
|
||||||
url("fonts/Rubik/rubik-medium.woff") format("woff"),
|
|
||||||
url("fonts/Rubik/rubik-medium.woff2") format("woff2");
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: rubik;
|
font-family: rubik;
|
||||||
src: url("fonts/Rubik/rubik-bold.ttf") format("truetype"),
|
src: url("fonts/Rubik/rubik-bold.woff2") format("woff2");
|
||||||
url("fonts/Rubik/rubik-bold.woff") format("woff"),
|
|
||||||
url("fonts/Rubik/rubik-bold.woff2") format("woff2");
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user