font
This commit is contained in:
parent
fc2f66a6b3
commit
e06c1d57fc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
/* header */
|
/* header */
|
||||||
|
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
|
||||||
#logo {
|
#logo {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
font-family: Times;
|
font-family: Montserrat;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue