Use locally available font for rendering test

This commit is contained in:
Andreas Hocevar
2020-09-27 21:12:38 +02:00
parent f63d0741b9
commit 3198642cec
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -32,7 +32,7 @@ const vectorLayer = new VectorLayer({
}),
text: new Text({
text: 'Test',
font: '700 italic 20px "Quattrocento Sans"',
font: 'italic 700 20px Ubuntu',
stroke: new Stroke({
color: 'red',
width: 20,