Load resources from filesystem instead of remote

This commit is contained in:
Alex Ackermann
2025-01-22 16:34:16 +01:00
parent 17a31c7bbc
commit f61fa251aa
6 changed files with 16 additions and 32 deletions
+14
View File
@@ -1,4 +1,18 @@
/* additional css on top of kpop */
@font-face {
font-family: OpenCloud;
src: url('./fonts/OpenCloud500-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: OpenCloud;
src: url('./fonts/OpenCloud750-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
}
html {
font-feature-settings: "cv11";
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB