Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file removed Interface/src/assets/fonts/Helmet-Regular.ttf
Binary file not shown.
Binary file added Interface/src/assets/fonts/Lato-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 4 additions & 12 deletions Interface/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
/* You can add global styles to this file, and also import other style files */
@font-face {
font-family: 'BrownedeCalvin';
src: url('/assets/fonts/BrownedeCalvin-Regular.otf') format('opentype');
}
@font-face {
font-family: 'NunitoSans';
src: url('/assets/fonts/NunitoSans-LightItalic.ttf') format('opentype');
}
@font-face {
font-family: 'Helmet';
src: url('/assets/fonts/Helmet-Regular.ttf') format('opentype');
font-family: 'Lato';
src: url('/assets/fonts/Lato-Regular.ttf') format('opentype');
}
body{
font-family: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
font-family: "Lato";
}
Loading