Commit a4cf6144 authored by afc163's avatar afc163

Update logo font style

parent 246fd23c
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
vertical-align: middle; vertical-align: middle;
font-size: 22px; font-size: 22px;
margin-left: 12px; margin-left: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin-top: -3px; margin-top: -2px;
} }
} }
......
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
.header { .header {
height: 44px; height: 44px;
line-height: 44px; line-height: 44px;
a {
text-decoration: none;
}
} }
.logo { .logo {
...@@ -30,6 +33,9 @@ ...@@ -30,6 +33,9 @@
.title { .title {
font-size: 33px; font-size: 33px;
color: @heading-color; color: @heading-color;
font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
position: relative;
top: -2px;
} }
.desc { .desc {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment