Welcome to mirror list, hosted at ThFree Co, Russian Federation.

variables.scss « fonts « scss « assets - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1710ed6128bf417d4bda1d62ddaa5a787f3f1b72 (plain)
1
2
3
4
5
6
7
8
9
// Typography
$heading-font:  'Oswald', sans-serif;
$body-font:     'Open Sans', sans-serif;
$code-font:     monospace;

$font-size:     18px;

$heading-weight:    700;
$body-bold-weight:  700;