Add font-family to ui-variables

This commit is contained in:
Ben Ogle 2013-09-23 15:01:08 -07:00
parent 0e6e34cdbf
commit 347b1924cd
4 changed files with 20 additions and 0 deletions

View File

@ -71,3 +71,5 @@
@component-border-radius: 2px;
@tab-height: 30px;
@font-family: Arial;

View File

@ -71,3 +71,5 @@
@component-border-radius: 2px;
@tab-height: 30px;
@font-family: Arial;

View File

@ -8,6 +8,16 @@ body {
width: 100%;
height: 100%;
overflow: hidden;
font-family: @font-family;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: @font-family;
}
#root-view {
@ -15,6 +25,7 @@ body {
overflow: hidden;
position: relative;
background-color: @app-background-color;
font-family: @font-family;
#horizontal {
display: -webkit-flex;

View File

@ -77,3 +77,8 @@
@component-border-radius: 2px;
@tab-height: 30px;
// Other
@font-family: 'Lucida Grande', Arial, sans-serif;