doc: Hopefully fix svg fixed font issue
Regenerate with new ansisvg that uses Courier with monospace as fallback Related to #655
@ -4,7 +4,7 @@
|
||||
text {
|
||||
dominant-baseline: text-before-edge;
|
||||
white-space: pre;
|
||||
font: 14px monospace;
|
||||
font: 14px Courier, monospace;
|
||||
fill: #bbbbbb;
|
||||
}
|
||||
.u { text-decoration: underline; }
|
||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
@ -4,7 +4,7 @@
|
||||
text {
|
||||
dominant-baseline: text-before-edge;
|
||||
white-space: pre;
|
||||
font: 14px monospace;
|
||||
font: 14px Courier, monospace;
|
||||
fill: #bbbbbb;
|
||||
}
|
||||
.u { text-decoration: underline; }
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@ -4,7 +4,7 @@
|
||||
text {
|
||||
dominant-baseline: text-before-edge;
|
||||
white-space: pre;
|
||||
font: 14px monospace;
|
||||
font: 14px Courier, monospace;
|
||||
fill: #bbbbbb;
|
||||
}
|
||||
.u { text-decoration: underline; }
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@ -4,7 +4,7 @@
|
||||
text {
|
||||
dominant-baseline: text-before-edge;
|
||||
white-space: pre;
|
||||
font: 14px monospace;
|
||||
font: 14px Courier, monospace;
|
||||
fill: #bbbbbb;
|
||||
}
|
||||
.u { text-decoration: underline; }
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@ -4,7 +4,7 @@
|
||||
text {
|
||||
dominant-baseline: text-before-edge;
|
||||
white-space: pre;
|
||||
font: 14px monospace;
|
||||
font: 14px Courier, monospace;
|
||||
fill: #bbbbbb;
|
||||
}
|
||||
.u { text-decoration: underline; }
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |