$fn = 35; line1 = "Lloyd"; line2 = ""; line3 = "The Bestest"; line4 = "brother ever"; linear_extrude(10){ offset(delta=0.25,join_type="miter"){ translate([0,10,0]) text(line1, font = "Alex Brush",size = 35, halign = "center"); translate([0,-15,0]) text(line2, font = "Alex Brush", size = 0, halign = "center"); translate([0,-40,0]) text(line3, font = "Alex Brush", size = 20, halign = "center"); translate([0,-70,0]) text(line4, font = "Alex Brush", size = 20, halign = "center"); } }