made subheadings light and italic

This commit is contained in:
Alexander 2025-06-09 17:34:25 -04:00
parent 3c2bb95cec
commit 55758d6871
2 changed files with 26 additions and 56 deletions

View file

@ -1,31 +1,3 @@
/* @font-face {
font-family: 'Heading';
src: url('../assets/fonts/Besley/Besley-Book.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Heading';
src: url('../assets/fonts/Besley/Besley-BookItalic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Heading';
src: url('../assets/fonts/Besley/Besley-Fatface.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Heading';
src: url('../assets/fonts/Besley/Besley-FatfaceItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
} */
@font-face {
font-family: 'Heading';
src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadRegular.woff2') format('woff2');
@ -77,7 +49,7 @@
@font-face {
font-family: 'Subheading';
src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadSemioldItalic.woff2') format('woff2');
src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadSemiboldItalic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
}
@ -126,14 +98,14 @@
@font-face {
font-family: 'BodySans';
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-Bold.ttf') format('truetype');
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-SemiBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'BodySans';
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-BoldItalic.ttf') format('truetype');
src: url('../assets/fonts/Source_Sans_3/static/SourceSans3-SemiBoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@ -193,6 +165,8 @@ h4,
h5,
h6 {
font-family: "Subheading";
font-style: italic;
font-weight: normal;
}
h1 {

View file

@ -4,7 +4,6 @@ code:not(pre code) {
pre {
background-color: white;
color: black;
overflow-x: auto;
border-style: solid;
border-radius: 3px;
@ -17,7 +16,15 @@ pre {
body {
background-color: rgb(255, 255, 255);
color: rgb(30, 25, 20);
color: rgb(60, 55, 50);
}
h2, h3, h4, h5, h6 {
color: rgb(60, 55, 50);
}
h1 {
color: rgb(10, 5, 0);
}
blockquote {
@ -25,14 +32,3 @@ blockquote {
border-left: 6px solid black;
padding-left: 0.7em;
}
/*
blockquote:before {
color: black;
content: '>';
font-weight: bold;
font-size: 1.2em;
}
blockquote p {
display: inline;
} */