forked from MapComplete/MapComplete
UI: attempt to fix font on test builds
This commit is contained in:
parent
acdeb83244
commit
c72b5278f3
3 changed files with 2 additions and 2 deletions
|
@ -5058,7 +5058,7 @@ input[type="range"].range-lg::-moz-range-thumb {
|
|||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
|
||||
src: url("./assets/source-sans-pro.regular.ttf") format("woff");
|
||||
src: url("../assets/fonts/source-sans-pro.regular.ttf") format("woff");
|
||||
}
|
||||
|
||||
/***********************************************************************\
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Source Sans Pro";
|
||||
src: url("./assets/source-sans-pro.regular.ttf") format("woff");
|
||||
src: url("../assets/fonts/source-sans-pro.regular.ttf") format("woff");
|
||||
}
|
||||
|
||||
/***********************************************************************\
|
||||
|
|
Loading…
Reference in a new issue