site

Personal site for Zane
Log | Files | Refs

commit 91f27c2c6076026d9799a53a05a60e4b235caa54
parent 5f6656d01f5c9fdadfb2a9d4f16156267ae76db4
Author: Zane Schaffer <znschaffer@gmail.com>
Date:   Sat, 13 Jan 2024 17:15:00 -0800

change font, again

Diffstat:
Msrc/concrete.css | 2+-
Msrc/header.html | 5+++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/concrete.css b/src/concrete.css @@ -21,7 +21,7 @@ body { overflow-wrap: break-word; text-rendering: optimizeLegibility; font-kerning: normal; - font-family: "Optima"; + font-family: "Libre Baskerville"; } @media (max-width: 600px) { body { diff --git a/src/header.html b/src/header.html @@ -4,5 +4,10 @@ /> <link rel="icon" + type="image/x-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>" /> +<link + href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;1,700&display=swap" + rel="stylesheet" +/>