Implement basic emoji support (#24039)

* Implement basic font support

Add NotoEmoji font
Add emoji font to default font stacks

* Remove unneded change

* L

* Remove emoji font from default font stacks
This commit is contained in:
Julian Giebel
2024-01-29 05:32:13 +01:00
committed by GitHub
parent 6960794795
commit 94b43423b4
3 changed files with 5 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ namespace Content.Client.Stylesheets
{
$"/Fonts/NotoSans{ds}/NotoSans{ds}-{variation}.ttf",
$"/Fonts/NotoSans/NotoSansSymbols-{sv}.ttf",
"/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf",
"/Fonts/NotoSans/NotoSansSymbols2-Regular.ttf"
},
size
);

Binary file not shown.

View File

@@ -41,3 +41,7 @@
- type: font
id: Monospace
path: /EngineFonts/NotoSans/NotoSansMono-Regular.ttf
- type: font
id: Emoji
path: /Fonts/NotoEmoji.ttf