1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

SASS: adding "text-mono" class

This commit is contained in:
Henrik Hautakoski 2019-12-17 17:11:04 +01:00
parent f753b93b75
commit 6aa86cc3a3
2 changed files with 5 additions and 0 deletions

4
_sass/_typography.scss Normal file
View file

@ -0,0 +1,4 @@
.text-mono {
font-family: $mono-font;
}

View file

@ -1,3 +1,4 @@
@import "variables";
@import "base";
@import "typography";