mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: lato 100 font weight
This commit is contained in:
parent
a2aeda969c
commit
a08c1816cf
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
.lato-light(){
|
.lato-light(){
|
||||||
font-family: @font-family-lato;
|
font-family: @font-family-lato;
|
||||||
font-weight: 100;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skewY(@skew){
|
.skewY(@skew){
|
||||||
|
@ -149,7 +149,7 @@ body.page-sub #header .main-links.nav > li > a:focus {
|
|||||||
line-height: 56px;
|
line-height: 56px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 200;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background: url(../images/consul-header-logo.png) 0 0 no-repeat;
|
background: url(../images/consul-header-logo.png) 0 0 no-repeat;
|
||||||
background-image: url("../images/header-logo.png");
|
background-image: url("../images/header-logo.png");
|
||||||
@ -695,7 +695,7 @@ body.page-home #footer {
|
|||||||
.feature {
|
.feature {
|
||||||
padding: 240px 0;
|
padding: 240px 0;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
.feature h2 {
|
.feature h2 {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -705,7 +705,7 @@ body.page-home #footer {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #822ff7;
|
color: #822ff7;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
.feature p {
|
.feature p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -910,7 +910,7 @@ body.page-home #footer {
|
|||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
#cta a:hover {
|
#cta a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -941,7 +941,7 @@ body.page-home #footer {
|
|||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
color: #9148f8;
|
color: #9148f8;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
#demos .explantion p {
|
#demos .explantion p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -1453,7 +1453,7 @@ body.layout-intro > .container .col-md-8[role=main] > div {
|
|||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
border-bottom: 1px solid #eeeeee;
|
border-bottom: 1px solid #eeeeee;
|
||||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 100;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
.bs-docs-section h2,
|
.bs-docs-section h2,
|
||||||
.bs-docs-section h3,
|
.bs-docs-section h3,
|
||||||
|
Loading…
Reference in New Issue
Block a user