Typography utils

This commit is contained in:
Patrick Marsceill 2018-10-23 11:41:06 -04:00
parent 68169dd18e
commit 2d1305045e
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 5 additions and 1 deletions

View File

@ -50,5 +50,9 @@ li {
}
.text-mono {
font-family: $mono-font-family;
font-family: $mono-font-family !important;
}
.text-center {
text-align: center !important;
}