Use uppercase for woodstamp font

This commit is contained in:
Johannes Loher 2021-01-19 17:20:50 +01:00
parent fbfd9dea20
commit ec10a26360
4 changed files with 10 additions and 5 deletions

View file

@ -28,3 +28,8 @@
background-color: transparent;
}
}
@mixin font-heading-upper {
font-family: $font-heading;
text-transform: uppercase;
}