fix font loading and different profiles

This commit is contained in:
NilsUeter
2023-06-07 23:34:50 +02:00
parent d1545f2b2c
commit 34bf449184
3 changed files with 55 additions and 21 deletions
+3 -3
View File
@@ -22,17 +22,17 @@
@font-face {
font-family: "ConduitITCStd";
src: url("fonts/ConduitITCStd ExtraBold.woff2") format("woff2");
src: url("/fonts/ConduitITCStd ExtraBold.woff2") format("woff2");
font-weight: 800;
}
@font-face {
font-family: "ConduitITCStd";
src: url("fonts/ConduitITCStd Bold.woff2") format("woff2");
src: url("/fonts/ConduitITCStd Bold.woff2") format("woff2");
font-weight: 700;
}
@font-face {
font-family: "ConduitITCStd";
src: url("fonts/ConduitITCStd-Regular.woff2") format("woff2");
src: url("/fonts/ConduitITCStd-Regular.woff2") format("woff2");
font-weight: 400;
}