Skip to content

Commit

Permalink
Move fonts of website to public directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jan 9, 2024
1 parent 42024c4 commit 02ff2d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added website/public/fonts/lexend-400.woff2
Binary file not shown.
Binary file added website/public/fonts/lexend-500.woff2
Binary file not shown.
Binary file added website/public/fonts/lexend-exa-500.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions website/src/styles/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(../fonts/lexend-400.woff2) format('woff2');
src: url(/fonts/lexend-400.woff2) format('woff2');
}

/* Lexend 500 */
Expand All @@ -36,7 +36,7 @@
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(../fonts/lexend-500.woff2) format('woff2');
src: url(/fonts/lexend-500.woff2) format('woff2');
}

/* Lexend Exa 500 */
Expand All @@ -45,7 +45,7 @@
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(../fonts/lexend-exa-500.woff2) format('woff2');
src: url(/fonts/lexend-exa-500.woff2) format('woff2');
}

/* Typography */
Expand Down

0 comments on commit 02ff2d4

Please sign in to comment.