forked from MapComplete/MapComplete
UI: attempt to fix font on test builds
This commit is contained in:
parent
90b680764b
commit
acdeb83244
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************\
|
/***********************************************************************\
|
||||||
|
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************\
|
/***********************************************************************\
|
||||||
|
|
Loading…
Reference in a new issue