diff --git a/_sass/_typography.scss b/_sass/_typography.scss new file mode 100644 index 0000000..7343c59 --- /dev/null +++ b/_sass/_typography.scss @@ -0,0 +1,4 @@ + +.text-mono { + font-family: $mono-font; +} diff --git a/_sass/main.scss b/_sass/main.scss index d7006e0..d5a3a1e 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -1,3 +1,4 @@ @import "variables"; @import "base"; +@import "typography";