pub const WEBFONT_SANS_FILE: &'static str;Expand description
The filenames typography_css’s @font-face rules fetch.
Re-exported for the same reason as Emit, and load-bearing for a further
one: the consumer’s own build script writes those two files, so the emitter
and the writer have to agree on the name. Through this they agree on a
constant rather than on a string typed in two repositories.
Filename a consumer writes the cut body face to. See WEBFONT_MONO_FILE.