Set font sizes

This commit is contained in:
Ben Ogle 2013-11-20 17:11:50 -08:00
parent fe035d4d7c
commit 3fe22aa5c8
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ body {
height: 100%;
overflow: hidden;
font-family: @font-family;
font-size: @font-size;
}
h1,

View File

@ -66,7 +66,7 @@
// Sizes
@font-size: 12px;
@font-size: 13px;
@disclosure-arrow-size: 12px;