Skip to content

Commit

Permalink
Merge pull request #2041 from OctopusDeploy/sf/font-warning
Browse files Browse the repository at this point in the history
Make font path relative to root.
  • Loading branch information
steve-fenton-octopus authored Oct 16, 2023
2 parents 64a92f4 + 139184e commit 49c62ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/docs/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url("roboto-regular.woff2") format("woff2");
src: url("/docs/css/roboto-regular.woff2") format("woff2");
}

@font-face {
font-family: 'RobotoBold';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("roboto-bold.woff2") format("woff2");
src: url("/docs/css/roboto-bold.woff2") format("woff2");
}

@font-face {
Expand Down

0 comments on commit 49c62ed

Please sign in to comment.