From b0a3ca6c5bd7a9c8fcdc8f2fa04905aac0a6254a Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 23 Jun 2023 16:06:56 -0600 Subject: [PATCH] Fix emoji on Windows --- layouts/_default/baseof.html | 2 +- static/assets/css/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c7c0218..b8f5609 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ - + diff --git a/static/assets/css/default.css b/static/assets/css/default.css index caf2b58..5db7388 100644 --- a/static/assets/css/default.css +++ b/static/assets/css/default.css @@ -14,7 +14,7 @@ body { padding: 1em; border-radius: 1em; max-width: 35em; - font-family: "Lato", "Roboto", sans-serif; + font-family: "Lato", "Noto Color Emoji", "Roboto", sans-serif; font-size: 13pt; }