update /previously, add Comic Neue webfont

This commit is contained in:
2020-04-27 10:43:52 -04:00
parent c52a357e29
commit 32c4e1140d
9 changed files with 42 additions and 7 deletions
+31 -4
View File
@@ -4,17 +4,44 @@ date: 2020-04-22 10:50:04-0400
description: "An incredibly embarrassing and somewhat painful walkthrough of this site's long history..."
image: "images/2001_12.png"
layout: etc
css: |
/*!
* Comic Neue typeface v2.5 - http://comicneue.com/
*
* Copyright (c) 2014 The Comic Neue Project Authors.
* Licensed under the SIL Open Font License, Version 1.1:
* https://github.com/crozynski/comicneue/blob/v2.5/OFL.txt
*/
@font-face {
font-family: "Comic Neue";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/vendor/comic-neue/comic-neue-bold.woff2') format('woff2'),
url('/vendor/comic-neue/comic-neue-bold.woff') format('woff');
}
body {
font-family: "Comic Neue", "Comic Sans MS", "Comic Sans", cursive;
font-weight: 700;
}
div#content figure figcaption {
font-size: 1.1em;
}
footer div#copyright, footer div#poweredby {
font-size: 0.95em;
}
---
{{< image src="images/wayback.png" link="https://web.archive.org/web/20010501000000*/jakejarvis.com" >}}
**...the [Cringey Chronicles™](https://web.archive.org/web/20010501000000*/jakejarvis.com) of this website's past.**
...the [Cringey Chronicles™](https://web.archive.org/web/20010501000000*/jakejarvis.com) of this website's past.
{{</ image >}}
---
{{< image src="images/2001_12.gif" link="/y2k/" >}}
**🚨 Trigger warning:** marquees, Comic Sans MS, popup windows, `color: limegreen`... [Click to experience anyway.](/y2k/)
{{</ image >}}
<figure>
<iframe src="/y2k/" style="width: 100%; height: 485px; border: 2px solid #e3d18c;"></iframe>
<figcaption><strong>🚨 Trigger warning:</strong> marquees, Comic Sans MS, popup windows, <code>color: <span style="color: #32cd32">limegreen</span></code>... <a href="/y2k/">Click to experience fullscreen anyway.</a></figcaption>
</figure>
---