Fuente Lato también para los títulos
This commit is contained in:
parent
cd0414aa0f
commit
e48f578235
1 changed files with 4 additions and 3 deletions
|
@ -11,15 +11,16 @@ body {
|
||||||
color: #3d454c;
|
color: #3d454c;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.42857em;
|
line-height: 1.42857em;
|
||||||
font-family: Lato,"helvetica neue",helvetica,arial,sans-serif;
|
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
font-smoothing: antialiased;
|
font-smoothing: antialiased;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
}
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6, input, textarea, select {
|
||||||
|
font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
|
}
|
||||||
input, textarea, select {
|
input, textarea, select {
|
||||||
font-family: Lato,"helvetica neue",helvetica,arial,sans-serif;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue