References a font token.
static TokenRef font(String name, {Object? fallback}) => token('font.$name', fallback: fallback);