made subheadings light and italic
This commit is contained in:
parent
3c2bb95cec
commit
55758d6871
2 changed files with 26 additions and 56 deletions
|
@ -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-face {
|
||||||
font-family: 'Heading';
|
font-family: 'Heading';
|
||||||
src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadRegular.woff2') format('woff2');
|
src: url('../assets/fonts/LiterataTT/LiterataTT-SubheadRegular.woff2') format('woff2');
|
||||||
|
@ -77,7 +49,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Subheading';
|
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-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -126,14 +98,14 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'BodySans';
|
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-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'BodySans';
|
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-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -193,6 +165,8 @@ h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: "Subheading";
|
font-family: "Subheading";
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -1,38 +1,34 @@
|
||||||
code:not(pre code) {
|
code:not(pre code) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
overflow-x: auto;
|
||||||
overflow-x: auto;
|
border-style: solid;
|
||||||
border-style: solid;
|
border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-width: 2px;
|
||||||
border-width: 2px;
|
border-color: gainsboro;
|
||||||
border-color: gainsboro;
|
padding-left: 0.35em;
|
||||||
padding-left: 0.35em;
|
padding-top: 0.1em;
|
||||||
padding-top: 0.1em;
|
padding-bottom: 0.2em;
|
||||||
padding-bottom: 0.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: rgb(255, 255, 255);
|
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 {
|
blockquote {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
border-left: 6px solid black;
|
border-left: 6px solid black;
|
||||||
padding-left: 0.7em;
|
padding-left: 0.7em;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
blockquote:before {
|
|
||||||
color: black;
|
|
||||||
content: '>';
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote p {
|
|
||||||
display: inline;
|
|
||||||
} */
|
|
Loading…
Add table
Add a link
Reference in a new issue