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

fix: added missing quotation marks on font face url

This commit is contained in:
cybrejon 2024-02-22 22:24:31 +08:00
parent d81d1c30d3
commit dde4020e80

View File

@ -5,7 +5,7 @@
font-weight: 200 600; font-weight: 200 600;
font-stretch: 0% 200%; font-stretch: 0% 200%;
font-display: swap; font-display: swap;
src: url(https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nErXyi0A.woff2) format('woff2'); src: url("https://fonts.gstatic.com/s/rubik/v28/iJWKBXyIfDnIV7nErXyi0A.woff2") format('woff2');
} }
* { * {