mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 00:29:15 +00:00

* tooling: add stylelint and base configuration (see #74) * Autofix with stylelint on commit
13 lines
356 B
SCSS
13 lines
356 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;
|