Skip to content

Commit ee31dfe

Browse files
author
Sandro Santilli
committed
Replace AlArabiya font family with Sans, more likely to be found
1 parent 9229430 commit ee31dfe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/edge.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
<property key="labeling/enabled" value="false"/>
408408
<property key="labeling/fieldName" value="edge_id"/>
409409
<property key="labeling/fontCapitals" value="0"/>
410-
<property key="labeling/fontFamily" value="AlArabiya"/>
410+
<property key="labeling/fontFamily" value="Sans"/>
411411
<property key="labeling/fontItalic" value="false"/>
412412
<property key="labeling/fontLetterSpacing" value="0"/>
413413
<property key="labeling/fontSize" value="8"/>

python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/edge_label.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<property key="labeling/enabled" value="true"/>
6161
<property key="labeling/fieldName" value="edge_id"/>
6262
<property key="labeling/fontCapitals" value="0"/>
63-
<property key="labeling/fontFamily" value="AlArabiya"/>
63+
<property key="labeling/fontFamily" value="Sans"/>
6464
<property key="labeling/fontItalic" value="false"/>
6565
<property key="labeling/fontLetterSpacing" value="0"/>
6666
<property key="labeling/fontLimitPixelSize" value="false"/>

python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_left.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<property key="labeling/enabled" value="true"/>
6161
<property key="labeling/fieldName" value="left_face"/>
6262
<property key="labeling/fontCapitals" value="0"/>
63-
<property key="labeling/fontFamily" value="AlArabiya"/>
63+
<property key="labeling/fontFamily" value="Sans"/>
6464
<property key="labeling/fontItalic" value="false"/>
6565
<property key="labeling/fontLetterSpacing" value="0"/>
6666
<property key="labeling/fontSize" value="7"/>

python/plugins/db_manager/db_plugins/postgis/plugins/qgis_topoview/templates/face_seed.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<property key="labeling/enabled" value="true"/>
6161
<property key="labeling/fieldName" value="face_id"/>
6262
<property key="labeling/fontCapitals" value="0"/>
63-
<property key="labeling/fontFamily" value="AlArabiya"/>
63+
<property key="labeling/fontFamily" value="Sans"/>
6464
<property key="labeling/fontItalic" value="false"/>
6565
<property key="labeling/fontLetterSpacing" value="0"/>
6666
<property key="labeling/fontSize" value="8"/>

0 commit comments

Comments
 (0)