Apply Lora to long-form text
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
242c1461f9
commit
71e6b91da8
@ -1,3 +1,28 @@
|
||||
@font-face {
|
||||
font-family: "Lora";
|
||||
src: url("/static/fonts/Lora-Regular.otf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Lora";
|
||||
src: url("/static/fonts/Lora-Bold.otf");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Lora";
|
||||
src: url("/static/fonts/Lora-Italic.otf");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Lora";
|
||||
src: url("/static/fonts/Lora-BoldItalic.otf");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* --clr-link: #7cafc2; */
|
||||
/* --clr-link: #4ab4ab; */
|
||||
@ -247,7 +272,7 @@ table.music th:nth-child(3) {
|
||||
}
|
||||
.longform__content {
|
||||
margin: 64px 0 0;
|
||||
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
|
||||
font-family: 'Lora', Georgia, Times, serif;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.8em;
|
||||
color: var(--clr-text-long);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user