Add use of local typefaces, small tweaks to sign
This commit is contained in:
parent
e177bf796a
commit
61657fc013
@ -8,17 +8,22 @@
|
|||||||
|
|
||||||
//s=1;
|
//s=1;
|
||||||
//scale([s,s,0])
|
//scale([s,s,0])
|
||||||
|
use <../D-DIN.otf>
|
||||||
|
use <../D-DIN-Bold.otf>
|
||||||
|
use <../D-DINExp.otf>
|
||||||
|
use <../D-DIN-Bold.otf>
|
||||||
|
|
||||||
difference(){
|
difference(){
|
||||||
color("pink") square([60,42], center=true);
|
color("pink") square([60,42], center=true);
|
||||||
union(){
|
union(){
|
||||||
scale([0.35,0.35,0]) translate([-90,2,1]) import("../k-space-ee.svg", dpi=300);
|
scale([0.35,0.35,0]) translate([-90,6,1]) import("../k-space-ee.svg", dpi=300);
|
||||||
translate([0,2.5,0])
|
translate([0,3.5,0])
|
||||||
text("Hackathon 2024", halign="center", valign="bottom", size=5.1, font="D\\-DIN:style=Regular");
|
text("Hackathon 2024", halign="center", valign="bottom", size=5.1, font="D\\-DIN:style=Regular");
|
||||||
translate([0,0,0])
|
translate([0,1,0])
|
||||||
text("Firstname", halign="center", valign="top", size=6, font="D\\-DIN:style=DIN\\-Bold");
|
text("Firstname", halign="center", valign="top", size=6, font="D\\-DIN:style=DIN\\-Bold");
|
||||||
translate([0,-7,0])
|
translate([0,-6.5,0])
|
||||||
text("Lastname", halign="center", valign="top", size=6, font="D\\-DIN:style=DIN\\-Bold");
|
text("Lastname", halign="center", valign="top", size=6, font="D\\-DIN:style=DIN\\-Bold");
|
||||||
translate([0,-14.5,0])
|
translate([0,-14,0])
|
||||||
text("Best In Showing Up", halign="center", valign="top", size=4, font="D\\-DIN Exp:style=Regular");
|
text("Best In Showing Up", halign="center", valign="top", size=4, font="D\\-DIN Exp:style=Regular");
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user