mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
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
|