Skip to content

Commit 4cbd77d

Browse files
committed
Use Overpass
1 parent f6c782e commit 4cbd77d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

overpass-extrabold.ttf

91 KB
Binary file not shown.

radius_gauge.scad

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use <overpass-extrabold.ttf>;
12

23
module gauge_concave(radius) {
34
difference() {
@@ -23,7 +24,7 @@ module gauge_convex(radius) {
2324

2425

2526
module radius_text(radius) {
26-
text(padded_str(radius), size = 6, font = "Cantarell:style=Extra Bold", halign = "right", $fn = 1000);
27+
text(padded_str(radius), size = 6, font = "Overpass:style=ExtraBold", halign = "right", $fn = 1000);
2728
}
2829

2930
module base() {

0 commit comments

Comments
 (0)