Skip to content

Commit

Permalink
relative pahs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Slam committed Jan 3, 2024
1 parent f4946f5 commit a5c5e87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fontrobotmono.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $font-family-monospace: "Roboto Mono" !default;

@font-face {
font-family: 'Roboto Mono';
src: url('fonts/Roboto-Mono-regular.woff2') format('woff2');
src: url('../../../../../fonts/Roboto-Mono-regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
Expand Down
9 changes: 4 additions & 5 deletions fontvollkorn.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*-- scss:defaults --*/

@import url(fonts/Vollkorn-Regular.woff2);
@import url(fonts/TannenbergFett.woff2);

$font-family-sans-serif: "Vollkorn" !default;

@font-face {
font-family: 'Vollkorn';
src: url('fonts/TannenbergFett.woff2') format('woff2');
src: url('../../../../../fonts/Vollkorn-Regular.woff2') format('woff2');
font-weight: normal; // Black
font-style: normal;
}
Expand All @@ -16,7 +15,7 @@ $font-family-sans-serif: "Vollkorn" !default;

@font-face {
font-family: 'Vollkorn';
src: url('fonts/Vollkorn-Italic.woff2') format('woff2');
src: url('../../../../../fonts/Vollkorn-Italic.woff2') format('woff2');
font-weight: normal; // Black
font-style: italic;
}
Expand All @@ -25,14 +24,14 @@ $font-family-sans-serif: "Vollkorn" !default;

@font-face {
font-family: 'Vollkorn';
src: url('fonts/Vollkorn-Bold.woff2') format('woff2');
src: url('../../../../../fonts/Vollkorn-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Vollkorn';
src: url('fonts/Vollkorn-BoldItalic.woff2') format('woff2');
src: url('../../../../../fonts/Vollkorn-BoldItalic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
}
Expand Down

0 comments on commit a5c5e87

Please sign in to comment.