Skip to content

Commit

Permalink
UI: attempt to fix font on test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pietervdvn committed Oct 9, 2024
1 parent 90b6807 commit acdeb83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/index-tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -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/source-sans-pro.regular.ttf") format("woff");
}

/***********************************************************************\
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

@font-face {
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");
}

/***********************************************************************\
Expand Down

0 comments on commit acdeb83

Please sign in to comment.