1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-06-16 15:17:22 +00:00
2019-11-06 18:03:33 -07:00

9 lines
128 B
SCSS

@mixin heading-font {
font-family: 'Catamaran';
font-weight: 800 !important;
}
@mixin body-font {
font-family: 'Lato';
}