mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Adjust fonts
This commit is contained in:
parent
b702741c88
commit
868e9656e1
1 changed files with 4 additions and 2 deletions
|
@ -53,7 +53,8 @@ body {
|
|||
color:#373737;
|
||||
background: #212121;
|
||||
font-size: 16px;
|
||||
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
/*font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;*/
|
||||
line-height: 1.5;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
@ -62,7 +63,8 @@ h1, h2, h3, h4, h5, h6 {
|
|||
margin: 10px 0;
|
||||
font-weight: 700;
|
||||
color:#222222;
|
||||
font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
/*font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;*/
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue