ds4/src/scss/utils/_typography.scss
2021-06-26 22:02:00 +02:00

14 lines
287 B
SCSS

/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
$font-primary: "Lora", serif;
$font-secondary: "Lora", serif;
$font-heading: "Wood Stamp", sans-serif;
@mixin font-heading-upper {
font-family: $font-heading;
text-transform: uppercase;
}