Skip to content

Commit

Permalink
Add Twemoji to things that dont support it
Browse files Browse the repository at this point in the history
  • Loading branch information
WmeLuna committed Feb 12, 2023
1 parent de5cd89 commit db2996b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/Base/_twemoji.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@font-face {
font-family: emoji;
src: url(https://wmeluna.com/assets/Twemoji-built.ttf);
font-stretch: normal;
font-style: normal;
font-display: swap;
unicode-range: U+00A9-E007F !important;
}

:root {
--font : emoji;
--font-primary: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif, var(--font) !important;
--font-display: "gg sans","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif, var(--font) !important;
--font-headline: "ABC Ginto Nord","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif, var(--font) !important;
}
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
@import 'src/Base/windows';
@import 'src/Base/mutedicon';
@import 'src/Base/turnoffthelights';
@import 'src/Base/twemoji';

@import 'src/Popouts/user';

Expand Down

0 comments on commit db2996b

Please sign in to comment.