Skip to content

Commit

Permalink
signature font fixes hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmajia committed Jan 14, 2025
1 parent efb7999 commit 2107ccc
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_DV/Paper/SignatureWriterSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void OnGetAltVerbs(EntityUid uid, SignatureWriterComponent comp, GetVerb
Act = () =>
{
comp.Font = entry.Value;
_popup.PopupPredicted(Loc.GetString("signature-writer-component-font-set", ("color", entry.Key)), args.User, args.User);
_popup.PopupPredicted(Loc.GetString("signature-writer-component-font-set", ("font", entry.Key)), args.User, args.User);
}
};

Expand Down
51 changes: 51 additions & 0 deletions Resources/Prototypes/_DV/fonts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
- type: font
id: AndTheDoorCreeeaked
path: /Fonts/_DV/AndTheDoorCreeeaked/AndTheDoorCreeeaked-Regular.otf

- type: font
id: ComicNeue
path: /Fonts/_DV/ComicNeue/ComicNeue-Regular.ttf

- type: font
id: ComicNeueBold
path: /Fonts/_DV/ComicNeue/ComicNeue-Bold.ttf

- type: font
id: HachiMaruPop
path: /Fonts/_DV/HachiMaruPop/HachiMaruPop-Regular.ttf

- type: font
id: KodeMono
path: /Fonts/_DV/KodeMono/KodeMono-Regular.ttf

- type: font
id: KodeMonoBold
path: /Fonts/_DV/KodeMono/KodeMono-Bold.ttf

- type: font
id: ReenieBeanie
path: /Fonts/_DV/ReenieBeanie/ReenieBeanie-Regular.ttf

- type: font
id: Sixtyfour
path: /Fonts/_DV/Sixtyfour/Sixtyfour-Regular.ttf

- type: font
id: SwampWitch
path: /Fonts/_DV/SwampWitch/SwampWitch.ttf

- type: font
id: Tangerine
path: /Fonts/_DV/Tangerine/Tangerine_Regular.ttf

- type: font
id: TangerineBold
path: /Fonts/_DV/Tangerine/Tangerine_Bold.ttf

- type: font
id: UnifrakturMaguntia
path: /Fonts/_DV/UnifrakturMaguntia/UnifrakturMaguntia-Regular.ttf

- type: font
id: Wahroonga
path: /Fonts/_DV/Wahroonga/Wahroonga-Regular.ttf

0 comments on commit 2107ccc

Please sign in to comment.