use DejaVu Sans Book instead of Open Sans Italic in test
This commit is contained in:
parent
9934d69736
commit
86d58fea7b
@ -16,7 +16,7 @@ describe('CartoCSS wrap', function () {
|
|||||||
cartocss: `
|
cartocss: `
|
||||||
#continent_points::labels {
|
#continent_points::labels {
|
||||||
text-name: [continent];
|
text-name: [continent];
|
||||||
text-face-name: 'Open Sans Italic';
|
text-face-name: 'DejaVu Sans Book';
|
||||||
text-size: 10;
|
text-size: 10;
|
||||||
text-fill: lighten(#000,40);
|
text-fill: lighten(#000,40);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Loading…
Reference in New Issue
Block a user