Merge pull request #27 from Pylogmon/emoji-font

feat: Embed Emoji fonts
This commit is contained in:
wonfen 2023-11-28 10:41:35 +08:00 committed by GitHub
commit 197f942b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,4 @@
@font-face {
font-family: "twemoji mozilla";
src: url("../fonts/Twemoji.Mozilla.ttf");
}

View File

@ -43,6 +43,7 @@ body {
@import "./layout.scss";
@import "./page.scss";
@import "./anime.scss";
@import "./font.scss";
@media (prefers-color-scheme: dark) {
:root {