mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
theme: more fun with fonts #922
This commit is contained in:
parent
9f69cb73b0
commit
92b1e68ae7
3 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,10 @@
|
|||
|
||||
body{
|
||||
line-height: 1.574;
|
||||
font-weight: 300;
|
||||
font-variation-settings: var(--INTERNAL-MAIN-font-variation-settings);
|
||||
font-weight: var(--INTERNAL-MAIN-font-weight);
|
||||
font-family: var(--INTERNAL-MAIN-font);
|
||||
letter-spacing: var(--INTERNAL-MAIN-letter-spacing);
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -27,8 +30,7 @@ body,
|
|||
h2 {
|
||||
color: var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);
|
||||
font-variation-settings: var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);
|
||||
!font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);
|
||||
font-weight: 500;
|
||||
font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);
|
||||
font-family: var(--INTERNAL-MAIN-TITLES-H2-font);
|
||||
letter-spacing: var(--INTERNAL-MAIN-TITLES-H2-letter-spacing);
|
||||
}
|
||||
|
@ -38,7 +40,7 @@ svg{
|
|||
.swagger-ui .info h2.title {
|
||||
color: var(--INTERNAL-MAIN-TITLES-H2-TEXT-color);
|
||||
font-variation-settings: var(--INTERNAL-MAIN-TITLES-H2-font-variation-settings);
|
||||
!font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);
|
||||
font-weight: var(--INTERNAL-MAIN-TITLES-H2-font-weight);
|
||||
font-family: var(--INTERNAL-MAIN-TITLES-H2-font);
|
||||
letter-spacing: var(--INTERNAL-MAIN-TITLES-H2-letter-spacing);
|
||||
}
|
||||
|
|
|
@ -261,7 +261,6 @@ a:focus,
|
|||
padding-inline-start: 1.8rem;
|
||||
padding-top: 0;
|
||||
margin: 0;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.searchbox input::-webkit-input-placeholder{
|
||||
|
@ -385,7 +384,7 @@ article .R-taxonomy.tags a.term-link {
|
|||
color: var(--VARIABLE-TAGS-color);
|
||||
display: inline-block;
|
||||
font-size: 0.8em;
|
||||
font-weight: 400;
|
||||
font-weight: var(--INTERNAL-MAIN-TITLES-font-weight);
|
||||
line-height: 2em;
|
||||
margin: 0 0 8px -1px;
|
||||
margin-inline-end: 16px;
|
||||
|
|
|
@ -1 +1 @@
|
|||
6.4.0+d1e5e8e309baf14db97af3f031141f44e93f4315
|
||||
6.4.0+9f69cb73b09086c6dff761a4f7cfcae2b86e11ad
|
Loading…
Reference in a new issue