Updated CDN for hug game's font

This commit is contained in:
Suzanne Soy 2023-08-23 17:49:05 +01:00
parent f6676d5d70
commit f532912c83

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://gitcdn.xyz/repo/googlefonts/noto-emoji/master/fonts/NotoColorEmoji.ttf); src: url(https://cdn.jsdelivr.net/gh/googlefonts/noto-emoji/fonts/NotoColorEmoji.ttf);
} }
</style> </style>
</head> </head>