Add post about PVGttM
Add support for `status` prop on posts (draft or hidden) Fix fonts
This commit is contained in:
@@ -331,7 +331,7 @@ Section 3 - The Boring Stuff
|
||||
I offer no promises for support, but feel free to contact me at any of the
|
||||
following addresses / locations:
|
||||
|
||||
Email: hey@itsericwoodward.com
|
||||
Email: hey [at] itsericwoodward.com
|
||||
|
||||
WWW: https://www.itsericwoodward.com/chim/
|
||||
|
||||
|
||||
@@ -28,9 +28,8 @@
|
||||
if (!window.Cookies || !window.FontFaceObserver) return;
|
||||
|
||||
// Handle Fonts
|
||||
const font_ls = new FontFaceObserver("liberation_serif"),
|
||||
font_msc = new FontFaceObserver("marcellus_sc");
|
||||
Promise.all([font_ls.load(), font_msc.load()]).then(function () {
|
||||
const fontExo2 = new FontFaceObserver("exo_2");
|
||||
fontExo2.load().then(function () {
|
||||
if (
|
||||
document.documentElement.className.indexOf(
|
||||
"js-hasFontsLoaded"
|
||||
|
||||
+20
-20
@@ -1,43 +1,43 @@
|
||||
@font-face {
|
||||
font-family: 'exo_2';
|
||||
src: url('/files/fonts/Exo2-Regular-webfont.eot');
|
||||
src: url('/files/fonts/Exo2-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/files/fonts/Exo2-Regular-webfont.woff') format('woff'),
|
||||
url('/files/fonts/Exo2-Regular-webfont.ttf') format('truetype'),
|
||||
url('/files/fonts/Exo2-Regular-webfont.svg#exo_2') format('svg');
|
||||
src: url('/fonts/exo2/Exo2-Regular-webfont.eot');
|
||||
src: url('/fonts/exo2/Exo2-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/exo2/Exo2-Regular-webfont.woff') format('woff'),
|
||||
url('/fonts/exo2/Exo2-Regular-webfont.ttf') format('truetype'),
|
||||
url('/fonts/exo2/Exo2-Regular-webfont.svg#exo_2') format('svg');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'exo_2';
|
||||
src: url('/files/fonts/Exo2-Italic-webfont.eot');
|
||||
src: url('/files/fonts/Exo2-Italic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/files/fonts/Exo2-Italic-webfont.woff') format('woff'),
|
||||
url('/files/fonts/Exo2-Italic-webfont.ttf') format('truetype'),
|
||||
url('/files/fonts/Exo2-Italic-webfont.svg#exo_2') format('svg');
|
||||
src: url('/fonts/exo2/Exo2-Italic-webfont.eot');
|
||||
src: url('/fonts/exo2/Exo2-Italic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/exo2/Exo2-Italic-webfont.woff') format('woff'),
|
||||
url('/fonts/exo2/Exo2-Italic-webfont.ttf') format('truetype'),
|
||||
url('/fonts/exo2/Exo2-Italic-webfont.svg#exo_2') format('svg');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'exo_2';
|
||||
src: url('Exo2-Bold-webfont.eot');
|
||||
src: url('Exo2-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('Exo2-Bold-webfont.woff') format('woff'),
|
||||
url('Exo2-Bold-webfont.ttf') format('truetype'),
|
||||
url('Exo2-Bold-webfont.svg#exo_2') format('svg');
|
||||
src: url('/fonts/exo2/Exo2-Bold-webfont.eot');
|
||||
src: url('/fonts/exo2/Exo2-Bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/exo2/Exo2-Bold-webfont.woff') format('woff'),
|
||||
url('/fonts/exo2/Exo2-Bold-webfont.ttf') format('truetype'),
|
||||
url('/fonts/exo2/Exo2-Bold-webfont.svg#exo_2') format('svg');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'exo_2';
|
||||
src: url('Exo2-BoldItalic-webfont.eot');
|
||||
src: url('Exo2-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('Exo2-BoldItalic-webfont.woff') format('woff'),
|
||||
url('Exo2-BoldItalic-webfont.ttf') format('truetype'),
|
||||
url('Exo2-BoldItalic-webfont.svg#exo_2') format('svg');
|
||||
src: url('/fonts/exo2/Exo2-BoldItalic-webfont.eot');
|
||||
src: url('/fonts/exo2/Exo2-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/exo2/Exo2-BoldItalic-webfont.woff') format('woff'),
|
||||
url('/fonts/exo2/Exo2-BoldItalic-webfont.ttf') format('truetype'),
|
||||
url('/fonts/exo2/Exo2-BoldItalic-webfont.svg#exo_2') format('svg');
|
||||
font-weight: 600;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@@ -1137,7 +1137,7 @@ samp {
|
||||
}
|
||||
|
||||
.js-hasFontsLoaded body {
|
||||
font-family: "Exo 2", sans-serif;
|
||||
font-family: "exo_2", sans-serif;
|
||||
}
|
||||
|
||||
.pageMenu-link.isCurrent .pageMenu-text {
|
||||
|
||||
Reference in New Issue
Block a user