mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 08:32:19 -06:00
website: fix fonts
This commit is contained in:
parent
99a4439359
commit
bb0e31c4cb
@ -8,11 +8,12 @@
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
color: @black;
|
color: @black;
|
||||||
background-color: @black;
|
background-color: @black;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: @font-family-lato;
|
font-family: @font-family-lato;
|
||||||
font-weight: 300;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
visibility:hidden;
|
visibility:hidden;
|
||||||
|
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 300;
|
||||||
|
|
||||||
-webkit-transform:translate3d(0,0,0);
|
-webkit-transform:translate3d(0,0,0);
|
||||||
-moz-transform:translate3d(0,0,0);
|
-moz-transform:translate3d(0,0,0);
|
||||||
|
@ -19,11 +19,12 @@
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}*/
|
}*/
|
||||||
body {
|
body {
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
@ -688,7 +689,7 @@ body.page-home #footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 300;
|
||||||
-webkit-transform: translate3d(0, 0, 0);
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
-moz-transform: translate3d(0, 0, 0);
|
-moz-transform: translate3d(0, 0, 0);
|
||||||
-ms-transform: translate3d(0, 0, 0);
|
-ms-transform: translate3d(0, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user