From 6b77fa8c81440914820cdbb78956147729050115 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Wed, 23 Aug 2023 17:51:45 +0100 Subject: [PATCH] Used stable fork of noto fonts for hug game (TODO: use https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ to embed the resource in this repo so that it also works on IPFS) --- hug/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hug/index.html b/hug/index.html index 7b48757..c2d06cd 100644 --- a/hug/index.html +++ b/hug/index.html @@ -68,7 +68,7 @@ td { font-family: 'Noto Color Emoji'; } @font-face { font-family: 'Noto Color Emoji'; - src: url(https://cdn.jsdelivr.net/gh/googlefonts/noto-emoji/fonts/NotoColorEmoji.ttf); + src: url(https://cdn.jsdelivr.net/gh/SuzanneSoy/googlefonts--noto-emoji/fonts/NotoColorEmoji.ttf); }