mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-25 23:51:28 +00:00
css
img
scss
_bootstrap-overrides.scss
_global.scss
_masthead.scss
_mixins.scss
_navbar.scss
_variables.scss
one-page-wonder.scss
vendor
.browserslistrc
.gitignore
.gitlab-ci.yml
.travis.yml
LICENSE
README.md
gulpfile.js
index.html
package-lock.json
package.json
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';
|
|
}
|