Skip to content

Commit

Permalink
hacky way of putting a prefix in css src urls
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-chan-rga committed Aug 20, 2020
1 parent 0ef6f9d commit 4f23eda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
font-family: "Avenir";
font-weight: 400;
font-style: normal;
src: url("/avenir-400.woff2") format("woff2");
src: url("/whoweare/avenir-400.woff2") format("woff2");
font-display: swap;
}

Expand Down
File renamed without changes.

0 comments on commit 4f23eda

Please sign in to comment.