Skip to content

Commit

Permalink
Add emoji font
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 26, 2024
1 parent 3953eb2 commit bd7634e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"myapikey",
"NOOOOO",
"Noto",
"notocoloremoji",
"notosans",
"pacman",
"Panik",
Expand Down
1 change: 1 addition & 0 deletions app/models/font.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ def build_self_url(self, request: Request) -> str:
Font("TitilliumWeb-SemiBold.ttf", "titilliumweb-thin", alias="thin"),
Font("Segoe UI Bold.ttf", "segoe", alias="tiny"),
Font("HG-Mincho-B.ttc", "hgminchob", alias="jp"),
Font("NotoColorEmoji-Regular.ttf", "notocoloremoji", alias="emoji"),
]
Binary file added fonts/NotoColorEmoji-Regular.ttf
Binary file not shown.

0 comments on commit bd7634e

Please sign in to comment.