removed serif fonts
This commit is contained in:
parent
2edef1b861
commit
b1600094a7
|
@ -6,7 +6,6 @@
|
||||||
@import "../_sass/nav";
|
@import "../_sass/nav";
|
||||||
@import "{{ site.fonts }}/inter/inter.css";
|
@import "{{ site.fonts }}/inter/inter.css";
|
||||||
@import "{{ site.fonts }}/ubuntu-mono/ubuntu-mono.css";
|
@import "{{ site.fonts }}/ubuntu-mono/ubuntu-mono.css";
|
||||||
@import "{{ site.fonts }}/eb-garamond/eb-garamond.css";
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--black-ish: #222;
|
--black-ish: #222;
|
||||||
|
@ -384,11 +383,6 @@ li {
|
||||||
height: var(--regular);
|
height: var(--regular);
|
||||||
}
|
}
|
||||||
|
|
||||||
.poetry,
|
|
||||||
.serif {
|
|
||||||
font-family: "EB Garamond", Garamond, "Simoncini Garamond", Georgia, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
||||||
}
|
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
& > p:first-of-type::first-letter {
|
& > p:first-of-type::first-letter {
|
||||||
initial-letter: 4;
|
initial-letter: 4;
|
||||||
|
@ -703,9 +697,6 @@ h3 {
|
||||||
margin-bottom: var(--regular-less);
|
margin-bottom: var(--regular-less);
|
||||||
max-height: unset;
|
max-height: unset;
|
||||||
padding: var(--small);
|
padding: var(--small);
|
||||||
.serif {
|
|
||||||
margin: 0 var(--regular);
|
|
||||||
}
|
|
||||||
.date {
|
.date {
|
||||||
margin: 0 var(--regular);
|
margin: 0 var(--regular);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue