Add the typography stylesheet
This commit is contained in:
parent
40d49aee1f
commit
3696d3613a
1 changed files with 6 additions and 0 deletions
6
app/assets/stylesheets/_typography.scss
Normal file
6
app/assets/stylesheets/_typography.scss
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
@import "colors";
|
||||||
|
|
||||||
|
%new-type {
|
||||||
|
font-family: "Muli";
|
||||||
|
color: $black;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue