Font size abstraction

This commit is contained in:
Pierre Rudloff 2017-06-01 11:25:59 +02:00
parent 556ba2762d
commit bb0f3b9f7c
5 changed files with 16 additions and 18 deletions

View file

@ -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;
}