Fixed font-emoji incompatibly on other browsers

pull/18/head v0.3.3
blongty 2023-05-09 10:11:18 -07:00
parent 44709fd204
commit 25a15c8ea7
2 changed files with 8 additions and 0 deletions

BIN
Twemoji.Mozilla.ttf Normal file

Binary file not shown.

8
style.css Normal file
View File

@ -0,0 +1,8 @@
@font-face {
font-family: 'Twemoji Mozilla';
src: url("Twemoji.Mozilla.ttf") format('truetype');
}
#format {
font-family: 'Twemoji Mozilla';
}