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
@ -3,7 +3,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
//
|
||||
//
|
||||
// -------------------------
|
||||
|
||||
.anti-alias() {
|
||||
@ -19,13 +19,13 @@
|
||||
background: -o-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* IE10+ */
|
||||
background: linear-gradient(to right, #694a9c 0%,#cd2028 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */
|
||||
|
||||
}
|
||||
|
||||
.lato-light(){
|
||||
font-family: @font-family-lato;
|
||||
font-weight: 100;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.skewY(@skew){
|
||||
|
@ -149,7 +149,7 @@ body.page-sub #header .main-links.nav > li > a:focus {
|
||||
line-height: 56px;
|
||||
font-size: 24px;
|
||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 100;
|
||||
font-weight: 200;
|
||||
text-transform: uppercase;
|
||||
background: url(../images/consul-header-logo.png) 0 0 no-repeat;
|
||||
background-image: url("../images/header-logo.png");
|
||||
@ -695,7 +695,7 @@ body.page-home #footer {
|
||||
.feature {
|
||||
padding: 240px 0;
|
||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 100;
|
||||
font-weight: 200;
|
||||
}
|
||||
.feature h2 {
|
||||
text-align: right;
|
||||
@ -705,7 +705,7 @@ body.page-home #footer {
|
||||
text-transform: uppercase;
|
||||
color: #822ff7;
|
||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 100;
|
||||
font-weight: 200;
|
||||
}
|
||||
.feature p {
|
||||
font-size: 16px;
|
||||
@ -910,7 +910,7 @@ body.page-home #footer {
|
||||
letter-spacing: 3px;
|
||||
color: white;
|
||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 100;
|
||||
font-weight: 200;
|
||||
}
|
||||
#cta a:hover {
|
||||
text-decoration: none;
|
||||
@ -941,7 +941,7 @@ body.page-home #footer {
|
||||
font-size: 28px;
|
||||
color: #9148f8;
|
||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 100;
|
||||
font-weight: 200;
|
||||
}
|
||||
#demos .explantion p {
|
||||
margin-bottom: 0;
|
||||
@ -1453,7 +1453,7 @@ body.layout-intro > .container .col-md-8[role=main] > div {
|
||||
margin-bottom: 24px;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 100;
|
||||
font-weight: 200;
|
||||
}
|
||||
.bs-docs-section h2,
|
||||
.bs-docs-section h3,
|
||||
|
Loading…
Reference in New Issue
Block a user