#1239 Changed font to a more generally available one

master
Marius Kintel 2015-03-05 17:30:29 -05:00
parent 0599ece998
commit a48551dffb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module LetterBlock(letter, size=30) {
linear_extrude(height=size, convexity=4)
text(letter,
size=size*22/30,
font="Tahoma",
font="Bitstream Vera Sans",
halign="center",
valign="center");
}