UI: attempt to fix font on test builds

This commit is contained in:
Pieter Vander Vennet 2024-10-09 22:06:01 +02:00
parent 90b680764b
commit acdeb83244
2 changed files with 2 additions and 2 deletions

View file

@ -5058,7 +5058,7 @@ input[type="range"].range-lg::-moz-range-thumb {
@font-face { @font-face {
font-family: "Source Sans Pro"; font-family: "Source Sans Pro";
src: url("/assets/source-sans-pro.regular.ttf") format("woff"); src: url("./assets/source-sans-pro.regular.ttf") format("woff");
} }
/***********************************************************************\ /***********************************************************************\

View file

@ -68,7 +68,7 @@
@font-face { @font-face {
font-family: "Source Sans Pro"; font-family: "Source Sans Pro";
src: url("/assets/source-sans-pro.regular.ttf") format("woff"); src: url("./assets/source-sans-pro.regular.ttf") format("woff");
} }
/***********************************************************************\ /***********************************************************************\