Merge pull request #755 from jitsi/change-default-font
Change the default font to Helvetica Neue
This commit is contained in:
commit
372278d163
|
@ -14,8 +14,7 @@ html, body{
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body, input, textarea, keygen, select, button {
|
html, body, input, textarea, keygen, select, button {
|
||||||
font-family: 'open_sanslight',
|
font-family: 'Helvetica Neue',
|
||||||
'Helvetica Neue',
|
|
||||||
Helvetica,
|
Helvetica,
|
||||||
sans-serif !important;
|
sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,9 @@ body {
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
font-family: 'open_sanslight', 'Helvetica Neue', Helvetica, sans-serif;
|
font-family: 'Helvetica Neue',
|
||||||
|
Helvetica,
|
||||||
|
sans-serif;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
|
|
Loading…
Reference in New Issue