Experiment with going back to Forma DJR
This commit is contained in:
2035
assets/css/fonts.css
2035
assets/css/fonts.css
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,6 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
|
|
||||||
color: var(--color-primary-1);
|
color: var(--color-primary-1);
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -35,6 +34,7 @@ footer {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
padding-bottom: 32px;
|
padding-bottom: 32px;
|
||||||
|
padding-top: 96px;
|
||||||
|
|
||||||
opacity: 80%;
|
opacity: 80%;
|
||||||
}
|
}
|
||||||
@@ -55,8 +55,8 @@ p,
|
|||||||
a,
|
a,
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
line-height: 1.6em;
|
line-height: var(--line-height-base);
|
||||||
font-size: 18px;
|
font-size: var(--font-size-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
@@ -67,19 +67,6 @@ h5,
|
|||||||
h6 {
|
h6 {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
Reference in New Issue
Block a user