13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
// Disable google fonts
|
|
@importGoogleFonts: false;
|
|
|
|
// Set font
|
|
@globalFont: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
|
|
@pageFont: @globalFont;
|
|
@headerFont: @globalFont;
|
|
|
|
// Define custom colors
|
|
@red : #f74e52;
|
|
@yellow : #ffbe5d;
|
|
@blue : #46a7d9; |