Font size abstraction
This commit is contained in:
parent
556ba2762d
commit
bb0f3b9f7c
5 changed files with 16 additions and 18 deletions
|
@ -10,3 +10,11 @@
|
|||
font-weight: 400;
|
||||
src: local('Open Sans'), local('OpenSans'), url(../bower_components/opensans-googlefont/OpenSans-Regular.ttf);
|
||||
}
|
||||
|
||||
.small-font {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.large-font {
|
||||
font-size:24px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue