Files
.mvn
config
docker
docs
css
img
js
scss
_bootstrap-overrides.scss
_contact.scss
_footer.scss
_global.scss
_masthead.scss
_mixins.scss
_navbar.scss
_portfolio.scss
_variables.scss
freelancer.scss
vendor
LICENSE
README.md
gulpfile.js
index.html
package-lock.json
package.json
platformQuickStarts
scripts
webgoat-container
webgoat-images
webgoat-integration-tests
webgoat-lessons
webgoat-server
webwolf
.gitignore
.travis.yml
COPYRIGHT.txt
CREATE_RELEASE.MD
LICENSE.txt
README.MD
buildspec.yml
docker-compose-local.yml
docker-compose-postgres.yml
docker-compose.yml
goat-with-reverseproxy.yaml
mvn-debug
mvnw
mvnw.cmd
pmd-ruleset.xml
pom.xml
project-suppression.xml
WebGoat/docs/scss/_mixins.scss
2019-02-08 14:13:58 +01:00

9 lines
122 B
SCSS

@mixin body-font() {
font-family: 'Lato';
}
@mixin heading-font() {
font-weight: 700;
font-family: 'Montserrat';
}