mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-16 15:17:22 +00:00
9 lines
128 B
SCSS
9 lines
128 B
SCSS
@mixin heading-font {
|
|
font-family: 'Catamaran';
|
|
font-weight: 800 !important;
|
|
}
|
|
|
|
@mixin body-font {
|
|
font-family: 'Lato';
|
|
}
|