mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-07-29 18:25:59 +02:00
Remove Noto fonts
It just takes too long to compile every time. Maybe add back later but geez.
This commit is contained in:
parent
053ef54402
commit
3625317b15
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
import './assets/fonts/fonts.scss';
|
||||
// import './assets/fonts/fonts.scss';
|
||||
import './sass/main.scss';
|
||||
|
||||
import Inferno from 'inferno';
|
||||
|
|
|
@ -26,8 +26,8 @@ $purple: hsl(271, 100%, 71%);
|
|||
$red: hsl(348, 100%, 61%);
|
||||
|
||||
// Typography
|
||||
$family-sans-serif: "Noto Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||
$family-monospace: "Noto Mono", monospace;
|
||||
// $family-sans-serif: "Noto Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||
// $family-monospace: "Noto Mono", monospace;
|
||||
|
||||
$size-1: 3rem;
|
||||
$size-2: 2.5rem;
|
||||
|
@ -117,8 +117,8 @@ $link-active: $grey-darker;
|
|||
$link-active-border: $grey-dark;
|
||||
|
||||
// Typography
|
||||
$family-primary: $family-sans-serif;
|
||||
$family-code: $family-monospace;
|
||||
// $family-primary: $family-sans-serif;
|
||||
// $family-code: $family-monospace;
|
||||
|
||||
$size-small: $size-7;
|
||||
$size-normal: $size-6;
|
||||
|
|
Loading…
Add table
Reference in a new issue