add font mixins
This commit is contained in:
parent
1831ae15c1
commit
a65efbfd2b
|
@ -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%;
|
||||
|
|
Reference in New Issue