Skip to content

Commit

Permalink
chore: adjust twemoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Dec 29, 2023
1 parent b541d18 commit 43fae3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

@font-face {
font-family: '_Twemoji Mozilla';
src: url('../../assets/Twemoji_Mozilla.ttf') format('truetype');
src: url('../../Twemoji_Mozilla.ttf') format('truetype');
unicode-range: U+00A9-E007F;
}

.relative {
Expand Down Expand Up @@ -64,7 +65,7 @@
:root {
--font-mono: 'Roboto Mono', Menlo, monospace;
// prettier-ignore
--font-normal: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Source Han Sans", "PingFang SC", "Microsoft YaHei" , "微软雅黑", Arial,"Twemoji Mozilla", "_Twemoji Mozilla","Segoe UI Emoji", "Segoe UI Symbol";
--font-normal: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Source Han Sans", "PingFang SC", "Microsoft YaHei" , "微软雅黑", Arial,"_Twemoji Mozilla","Twemoji Mozilla", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
Expand Down

0 comments on commit 43fae3a

Please sign in to comment.