mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-26 22:46:47 +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
|