mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
12 lines
355 B
SCSS
12 lines
355 B
SCSS
|
@import url('https://use.typekit.net/qlo3dpu.css');
|
||
|
|
||
|
$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;
|