Skip to content

Commit

Permalink
fix: load correct fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgabler committed Nov 14, 2022
1 parent f4e7799 commit cf920d4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,14 +303,14 @@ $themeColor: $primary;
}

@font-face {
font-family: 'Source Sans Pro';
src: url('./assets/fonts/SourceSansPro-Regular.ttf');
font-family: 'Source Code Pro';
src: url('./assets/fonts/SourceCodePro-Regular.ttf');
font-weight: 400;
}

@font-face {
font-family: 'Source Sans Pro';
src: url('./assets/fonts/SourceSansPro-Bold.ttf');
font-family: 'Source Code Pro';
src: url('./assets/fonts/SourceCodePro-Bold.ttf');
font-weight: 700;
}

Expand Down
Binary file modified frontend/src/assets/fonts/NotoSans-Regular.ttf
Binary file not shown.
Binary file added frontend/src/assets/fonts/SourceCodePro-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file removed frontend/src/assets/fonts/SourceSansPro-Bold.ttf
Binary file not shown.
Binary file removed frontend/src/assets/fonts/SourceSansPro-Regular.ttf
Binary file not shown.

0 comments on commit cf920d4

Please sign in to comment.