diff --git a/_sass/custom.scss b/_sass/custom.scss index f73e2ff4..3d58296f 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -1,7 +1,13 @@ +@font-face { + font-family: "Noto Color Emoji"; + src: url("/assets/NotoColorEmoji.ttf") format("truetype"); +} + .translations { - text-align: end; + text-align: end; } .translation { - font-size: 2em; + font-family: "Noto Color Emoji", sans-serif; + font-size: 2em; } \ No newline at end of file diff --git a/assets/NotoColorEmoji.ttf b/assets/NotoColorEmoji.ttf new file mode 100644 index 00000000..6c7da1ec Binary files /dev/null and b/assets/NotoColorEmoji.ttf differ