Skip to content

Commit

Permalink
ugh bodge, do not use this
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Apr 30, 2020
1 parent e684a3b commit a8c66b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/static/css/pad/fonts.css
Expand Up @@ -19,7 +19,7 @@
}
@font-face {
font-family: "RobotoMono";
src: url("../../../static/font/RobotoMono-Regular.ttf") format("truetype");
src: url("../../static/font/RobotoMono-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Expand All @@ -37,7 +37,7 @@
}
@font-face {
font-family: "Quicksand";
src: url("../../../static/font/Quicksand-Medium.ttf") format("truetype");
src: url("../../static/font/Quicksand-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Expand All @@ -58,4 +58,4 @@
src: url("../../../static/font/Roboto-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
}

0 comments on commit a8c66b3

Please sign in to comment.