mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 09:20:00 +00:00
fa5ce187f0
* Import typekit fonts as link * Declare pageStyles block in base template * Uninstall prism-themes package
11 lines
303 B
SCSS
11 lines
303 B
SCSS
$sans-serif: monotype-grotesque, 'Lucida Sans', sans-serif;
|
|
$serif: orpheuspro, Palatino, Times, serif;
|
|
$ext-sans: monotype-grotesque-extended, Arial Black, sans-serif;
|
|
$con-sans: monotype-grotesque-condensed, Arial Narrow, sans-serif;
|
|
|
|
$thin: 200;
|
|
$light: 300;
|
|
$regular: 400;
|
|
$medium: 500;
|
|
$bold: 700;
|