Change serif font import

This commit is contained in:
Techit Thawiang
2025-07-12 23:23:23 +07:00
parent 1be8eb366d
commit a4d6f25d44
+2 -2
View File
@@ -1,13 +1,13 @@
@font-face { @font-face {
font-family: RobotoSerifVariable; font-family: RobotoSerifVariable;
src: url("RobotoSerif-VariableFont_GRAD\,opsz\,wdth\,wght.ttf") format("woff2"); src: url("RobotoSerif-VariableFont_GRAD\,opsz\,wdth\,wght.woff2") format("woff2");
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
font-weight: 100 900; font-weight: 100 900;
} }
@font-face { @font-face {
font-family: RobotoSerifVariable; font-family: RobotoSerifVariable;
src: url("RobotoSerif-Italic-VariableFont_GRAD\,opsz\,wdth\,wght.ttf") format("woff2"); src: url("RobotoSerif-Italic-VariableFont_GRAD\,opsz\,wdth\,wght.woff2") format("woff2");
font-style: italic; font-style: italic;
font-display: swap; font-display: swap;
font-weight: 100 900; font-weight: 100 900;