add font mixins

This commit is contained in:
Ray Elliott 2020-03-31 13:33:43 +00:00
parent 1831ae15c1
commit a65efbfd2b
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
@mixin font-body($weight: normal) {
font-family: "Montserrat", sans-serif;
font-weight: $weight;
}
@mixin font-link($weight: normal) {
font-family: "Montserrat", sans-serif;
font-weight: $weight;
}
@mixin abs-full {
position: absolute;
width: 100%;