0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Compare commits

...

3 Commits

Author SHA1 Message Date
aocosmic
8d64c63f99
Merge dde4020e80 into 2df6499fb2 2024-02-22 14:24:44 +00:00
cybrejon
dde4020e80 fix: added missing quotation marks on font face url 2024-02-22 22:24:31 +08:00
cybrejon
d81d1c30d3 combine font face queries into one 2024-02-22 22:23:31 +08:00

View File

@ -2,41 +2,10 @@
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 200;
font-weight: 200 600;
font-stretch: 0% 200%;
font-display: swap;
src: url("https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nBrXw.woff2") format('woff2');
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 300;
font-display: swap;
src: url("https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nBrXw.woff2") format('woff2');
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nBrXw.woff2") format('woff2');
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url("https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nBrXw.woff2") format('woff2');
}
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nBrXw.woff2") format('woff2');
src: url("https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nErXyi0A.woff2") format('woff2');
}
* {