1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 00:57:15 +03:00

doc: Hopefully fix svg fixed font issue

Regenerate with new ansisvg that uses Courier with monospace as fallback

Related to #655
This commit is contained in:
Mattias Wadman 2023-05-08 15:27:00 +02:00
parent be0bbfbc37
commit 88be3a7f9f
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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