aboutsummaryrefslogtreecommitdiff
path: root/demos/pathTags.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/pathTags.tcl')
-rw-r--r--demos/pathTags.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/pathTags.tcl b/demos/pathTags.tcl
index de2779b..238d197 100644
--- a/demos/pathTags.tcl
+++ b/demos/pathTags.tcl
@@ -12,7 +12,7 @@ toplevel $w
wm title $w "Zinc Path tags Demonstration"
wm iconname $w "Path tags"
-set defaultfont "-adobe-helvetica-bold-r-normal-*-120-*-*-*-*-*-*"
+set defaultfont [font create -family Helvetica -size 10 -weight bold]
frame $w.buttons
pack $w.buttons -side bottom -fill x -pady 2m