mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Selis <selis@xynolabs.com>
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
/// A font datum, it exists to define a custom font to use in a span style later.
|
|
/datum/font
|
|
/// Font name, just so people know what to put in their span style.
|
|
var/name
|
|
/// The font file we link to.
|
|
var/font_family
|