Files
2023-11-20 13:58:41 +01:00

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