font + icon

This commit is contained in:
Bechi 2014-03-28 16:39:58 -03:00
commit 064151a6f0
11 changed files with 1578 additions and 231 deletions

View file

@ -1,5 +1,5 @@
* {
font-family: 'Ubuntu', Helvetica, sans-serif !important;
font-family: Helvetica, sans-serif !important;
}
body {
@ -45,3 +45,14 @@ body {
color: #fff;
}
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }