Skip to content

Commit

Permalink
build: font.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Sep 14, 2023
1 parent 0005e3b commit 5270e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions proprietary/noaberkracht-design-tokens/src/font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

@font-face {
font-family: "greycliff-cf";
src: url("../src/font/GreycliffCF.woff2") format("woff2");
src: url("./font/GreycliffCF.woff2") format("woff2");
}

@font-face {
font-family: "Oceanwide";
src: url("../src/font/Oceanwide.woff2") format("woff2");
src: url("./font/Oceanwide.woff2") format("woff2");
}

0 comments on commit 5270e54

Please sign in to comment.