blob: e613d6fab798e3ff17aa2045766793f6f0953a1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
= SVG Category Key
:description: Reference list of the available svg category key and its value type.
:navtitle: SVG
:source-language: yaml
The key in the `svg` category controls the SVG fallback font.
The fallback font family is only used when the font family in the SVG does not map to a known font name from the font catalog.
[cols="4,4,6a"]
|===
|Key |Value Type |Example
|fallback-font-family
|xref:font-support.adoc[Font family name] +
(default: `$base-font-family`)
|[source]
svg:
fallback-font-family: Times-Roman
|===
|