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)

This commit is contained in:
Suzanne Soy 2023-08-23 17:51:45 +01:00
parent f532912c83
commit 6b77fa8c81

View File

@ -68,7 +68,7 @@
td { font-family: 'Noto Color Emoji'; } td { font-family: 'Noto Color Emoji'; }
@font-face { @font-face {
font-family: 'Noto Color Emoji'; 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);
} }
</style> </style>
</head> </head>