diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 220e9a92656..1fde6d33906 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -31,7 +31,7 @@ public static Font NotoStack(this IResourceCache resCache, string variation = "R { $"/Fonts/NotoSans{ds}/NotoSans{ds}-{variation}.ttf", $"/Fonts/NotoSans/NotoSansSymbols-{sv}.ttf", - "/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf", + "/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf" }, size ); diff --git a/Resources/Fonts/NotoEmoji.ttf b/Resources/Fonts/NotoEmoji.ttf new file mode 100644 index 00000000000..e200019a458 Binary files /dev/null and b/Resources/Fonts/NotoEmoji.ttf differ diff --git a/Resources/Prototypes/fonts.yml b/Resources/Prototypes/fonts.yml index b1ca1fba965..03102cd341b 100644 --- a/Resources/Prototypes/fonts.yml +++ b/Resources/Prototypes/fonts.yml @@ -41,3 +41,7 @@ - type: font id: Monospace path: /EngineFonts/NotoSans/NotoSansMono-Regular.ttf + +- type: font + id: Emoji + path: /Fonts/NotoEmoji.ttf