Skip to content

Commit

Permalink
Release 1.330 (#83)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
coreyhu committed Dec 18, 2023
1 parent 85fc494 commit cdcd01a
Show file tree
Hide file tree
Showing 59 changed files with 18,528 additions and 17,657 deletions.
17 changes: 13 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
*~
venv
venv*
build.stamp
proof
fonts
node_modules
package-lock.json
package.json
sources/master_ufo
sources/instance_ufo
.vscode
**/master_ufo
**/instance_ufo
out

# OS generated files #
Expand All @@ -19,3 +19,12 @@ out
.Trashes
ehthumbs.db
Thumbs.db

# Autosaved by application when editing
######################
*(Autosaved).*

# Build files
######################
.ninja_log
build.ninja
2 changes: 1 addition & 1 deletion documentation/image1.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Constants, these are the main "settings" for the image
WIDTH, HEIGHT, MARGIN, FRAMES = 2048, 2048, 128, 1
FONT_PATH = "fonts/ttf/Rubik-Regular.ttf"
FONT_PATH = "fonts/ttf/Urbanist-Regular.ttf"
FONT_LICENSE = "OFL v1.1"
AUXILIARY_FONT = "Helvetica"
AUXILIARY_FONT_SIZE = 48
Expand Down
Binary file modified fonts/otf/Urbanist-Black.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-BlackItalic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-Bold.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-BoldItalic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-ExtraBold.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-ExtraBoldItalic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-ExtraLight.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-ExtraLightItalic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-Italic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-Light.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-LightItalic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-Medium.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-MediumItalic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-Regular.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-SemiBold.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-SemiBoldItalic.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-Thin.otf
Binary file not shown.
Binary file modified fonts/otf/Urbanist-ThinItalic.otf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-Black.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-BlackItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-Bold.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-ExtraBold.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-ExtraBoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-ExtraLight.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-ExtraLightItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-Italic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-Light.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-LightItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-Medium.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-Regular.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-SemiBold.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-SemiBoldItalic.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-Thin.ttf
Binary file not shown.
Binary file modified fonts/ttf/Urbanist-ThinItalic.ttf
Binary file not shown.
Binary file modified fonts/variable/Urbanist[ital,wght].ttf
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-Black.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-BlackItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-Bold.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-BoldItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-ExtraBold.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-ExtraBoldItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-ExtraLight.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-ExtraLightItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-Italic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-Light.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-LightItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-Medium.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-MediumItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-Regular.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-SemiBold.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-SemiBoldItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-Thin.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist-ThinItalic.woff2
Binary file not shown.
Binary file modified fonts/webfonts/Urbanist[ital,wght].woff2
Binary file not shown.
Loading

0 comments on commit cdcd01a

Please sign in to comment.