Use locally available font for rendering test
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
@@ -32,7 +32,7 @@ const vectorLayer = new VectorLayer({
|
|||||||
}),
|
}),
|
||||||
text: new Text({
|
text: new Text({
|
||||||
text: 'Test',
|
text: 'Test',
|
||||||
font: '700 italic 20px "Quattrocento Sans"',
|
font: 'italic 700 20px Ubuntu',
|
||||||
stroke: new Stroke({
|
stroke: new Stroke({
|
||||||
color: 'red',
|
color: 'red',
|
||||||
width: 20,
|
width: 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user