Skip to content

Commit cdcd01a

Browse files
authored
Release 1.330 (#83)
* deprecate legacy accents * ignore venv * fix image script path * update gitignore * ignore ninja build files * ignore out * add dottedCircle, componentize bar and ng * rm displaystrings * build fonts
1 parent 85fc494 commit cdcd01a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+18528
-17657
lines changed

.gitignore

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
*~
2-
venv
2+
venv*
33
build.stamp
44
proof
5+
fonts
56
node_modules
67
package-lock.json
78
package.json
8-
sources/master_ufo
9-
sources/instance_ufo
10-
.vscode
9+
**/master_ufo
10+
**/instance_ufo
1111
out
1212

1313
# OS generated files #
@@ -19,3 +19,12 @@ out
1919
.Trashes
2020
ehthumbs.db
2121
Thumbs.db
22+
23+
# Autosaved by application when editing
24+
######################
25+
*(Autosaved).*
26+
27+
# Build files
28+
######################
29+
.ninja_log
30+
build.ninja

documentation/image1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Constants, these are the main "settings" for the image
1818
WIDTH, HEIGHT, MARGIN, FRAMES = 2048, 2048, 128, 1
19-
FONT_PATH = "fonts/ttf/Rubik-Regular.ttf"
19+
FONT_PATH = "fonts/ttf/Urbanist-Regular.ttf"
2020
FONT_LICENSE = "OFL v1.1"
2121
AUXILIARY_FONT = "Helvetica"
2222
AUXILIARY_FONT_SIZE = 48

fonts/otf/Urbanist-Black.otf

680 Bytes
Binary file not shown.

fonts/otf/Urbanist-BlackItalic.otf

1.2 KB
Binary file not shown.

fonts/otf/Urbanist-Bold.otf

44 Bytes
Binary file not shown.

fonts/otf/Urbanist-BoldItalic.otf

700 Bytes
Binary file not shown.

fonts/otf/Urbanist-ExtraBold.otf

724 Bytes
Binary file not shown.
1.34 KB
Binary file not shown.

fonts/otf/Urbanist-ExtraLight.otf

1.11 KB
Binary file not shown.
1.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)