moulin
This commit is contained in:
parent
c8e3ee32a9
commit
353ca5b083
6 changed files with 37 additions and 27 deletions
|
|
@ -74,8 +74,10 @@ blockquote{
|
|||
margin-bottom: calc(var(--baseline)*1);
|
||||
|
||||
font-family: var(--font-sans-txt);
|
||||
font-size: 10px;
|
||||
font-size: 11px;
|
||||
line-height: calc(var(--baseline)*0.9);
|
||||
// font-weight: var(--w-title);
|
||||
|
||||
|
||||
.inline-note::after{
|
||||
font-family: var(--font);
|
||||
|
|
|
|||
|
|
@ -40,8 +40,10 @@
|
|||
|
||||
h1{
|
||||
font-family: var(--font-title);
|
||||
font-weight: normal;
|
||||
font-size: 1.5rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
|
||||
font-size: 1.4rem;
|
||||
line-height: calc(var(--baseline)*1.4);
|
||||
text-align: center;
|
||||
position: relative;
|
||||
|
|
@ -65,8 +67,10 @@
|
|||
|
||||
h2{
|
||||
font-family: var(--font-title);
|
||||
font-weight: normal;
|
||||
font-size: 1.3rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
|
||||
font-size: 1.2rem;
|
||||
line-height: calc(var(--baseline)*1.2);
|
||||
|
||||
text-align: right;
|
||||
|
|
@ -82,7 +86,7 @@
|
|||
|
||||
h3{
|
||||
font-family: var(--font-sans);
|
||||
font-weight: normal;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 1rem;
|
||||
line-height: calc(var(--baseline)*1);
|
||||
|
||||
|
|
@ -102,7 +106,7 @@
|
|||
|
||||
h4{
|
||||
font-family: var(--font-sans);
|
||||
font-weight: normal;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 0.8rem;
|
||||
line-height: calc(var(--baseline)*1);
|
||||
|
||||
|
|
@ -111,14 +115,13 @@
|
|||
position: relative;
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
||||
|
||||
h5{
|
||||
font-family: var(--font-sans);
|
||||
font-weight: normal;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 0.7rem;
|
||||
line-height: calc(var(--baseline)*1);
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
:root{
|
||||
--font: 'Edgar', sans-serif;
|
||||
--font-title: "Heliotrope 3 Caps", sans-serif;
|
||||
--font-sans: "Heliotrope 4", sans-serif;
|
||||
--font-sans-txt: 'Akkurat Std';
|
||||
--font-title: "Moulin", sans-serif;
|
||||
--w-title: normal;
|
||||
// --font-sans: "Heliotrope 4", sans-serif;
|
||||
--font-sans: "Moulin", sans-serif;
|
||||
// --font-sans-txt: 'Akkurat Std';
|
||||
--font-sans-txt: 'Moulin', sans-serif;
|
||||
--font-size: 12px;
|
||||
--baseline: 16px;
|
||||
|
||||
--indent: 26px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue