diff --git a/.gitignore b/.gitignore index fa16d1a..632b4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ venv venv-test build.stamp proof -fonts node_modules package-lock.json package.json diff --git a/fonts/ttf/Parkinsans-Bold.ttf b/fonts/ttf/Parkinsans-Bold.ttf new file mode 100644 index 0000000..f903ee5 Binary files /dev/null and b/fonts/ttf/Parkinsans-Bold.ttf differ diff --git a/fonts/ttf/Parkinsans-ExtraBold.ttf b/fonts/ttf/Parkinsans-ExtraBold.ttf new file mode 100644 index 0000000..9baff2f Binary files /dev/null and b/fonts/ttf/Parkinsans-ExtraBold.ttf differ diff --git a/fonts/ttf/Parkinsans-Light.ttf b/fonts/ttf/Parkinsans-Light.ttf new file mode 100644 index 0000000..f70e17d Binary files /dev/null and b/fonts/ttf/Parkinsans-Light.ttf differ diff --git a/fonts/ttf/Parkinsans-Medium.ttf b/fonts/ttf/Parkinsans-Medium.ttf new file mode 100644 index 0000000..31dda3f Binary files /dev/null and b/fonts/ttf/Parkinsans-Medium.ttf differ diff --git a/fonts/ttf/Parkinsans-Regular.ttf b/fonts/ttf/Parkinsans-Regular.ttf new file mode 100644 index 0000000..6bc105f Binary files /dev/null and b/fonts/ttf/Parkinsans-Regular.ttf differ diff --git a/fonts/ttf/Parkinsans-SemiBold.ttf b/fonts/ttf/Parkinsans-SemiBold.ttf new file mode 100644 index 0000000..81a81d5 Binary files /dev/null and b/fonts/ttf/Parkinsans-SemiBold.ttf differ diff --git a/fonts/variable/Parkinsans[wght].ttf b/fonts/variable/Parkinsans[wght].ttf new file mode 100644 index 0000000..82fc43d Binary files /dev/null and b/fonts/variable/Parkinsans[wght].ttf differ diff --git a/fonts/webfonts/Parkinsans-Bold.woff2 b/fonts/webfonts/Parkinsans-Bold.woff2 new file mode 100644 index 0000000..af5d5e4 Binary files /dev/null and b/fonts/webfonts/Parkinsans-Bold.woff2 differ diff --git a/fonts/webfonts/Parkinsans-ExtraBold.woff2 b/fonts/webfonts/Parkinsans-ExtraBold.woff2 new file mode 100644 index 0000000..8acc00f Binary files /dev/null and b/fonts/webfonts/Parkinsans-ExtraBold.woff2 differ diff --git a/fonts/webfonts/Parkinsans-Light.woff2 b/fonts/webfonts/Parkinsans-Light.woff2 new file mode 100644 index 0000000..3a7e2c4 Binary files /dev/null and b/fonts/webfonts/Parkinsans-Light.woff2 differ diff --git a/fonts/webfonts/Parkinsans-Medium.woff2 b/fonts/webfonts/Parkinsans-Medium.woff2 new file mode 100644 index 0000000..9733af6 Binary files /dev/null and b/fonts/webfonts/Parkinsans-Medium.woff2 differ diff --git a/fonts/webfonts/Parkinsans-Regular.woff2 b/fonts/webfonts/Parkinsans-Regular.woff2 new file mode 100644 index 0000000..2e2fe36 Binary files /dev/null and b/fonts/webfonts/Parkinsans-Regular.woff2 differ diff --git a/fonts/webfonts/Parkinsans-SemiBold.woff2 b/fonts/webfonts/Parkinsans-SemiBold.woff2 new file mode 100644 index 0000000..e3b4c3e Binary files /dev/null and b/fonts/webfonts/Parkinsans-SemiBold.woff2 differ diff --git a/fonts/webfonts/Parkinsans[wght].woff2 b/fonts/webfonts/Parkinsans[wght].woff2 new file mode 100644 index 0000000..d6a4cb1 Binary files /dev/null and b/fonts/webfonts/Parkinsans[wght].woff2 differ diff --git a/sources/Parkinsans_AW_Google.glyphs b/sources/Parkinsans.glyphs similarity index 100% rename from sources/Parkinsans_AW_Google.glyphs rename to sources/Parkinsans.glyphs diff --git a/sources/config.yaml b/sources/config.yaml index 9f2e95b..bc849dd 100644 --- a/sources/config.yaml +++ b/sources/config.yaml @@ -1,105 +1,7 @@ -# The configuration for the builder is in YAML format. You can use -# https://www.yamllint.com/ to make sure that your configuration -# file is correctly formatted. - -# First we need to define the source files to build. Please list -# all sources in the same family. These are expected to be in the -# sources/ directory, so all paths should be relative to that -# directory. sources: - - Parkinsans_AW_Google.glyphs -# You don't have to supply the family name, but builds are slightly -# faster if you do. -#familyName: "Parkinsans" - -# Next you can supply alternative paths for where you want the -# binaries to live. But we'd recommend you stick to the defaults -# especially if you are planning to upload your font to Google Fonts. - -outputDir: ../fonts -# vfDir: $outputDir/variable -ttDir: $outputDir/ttf -otDir: $outputDir/otf -woffDir: $outputDir/webfonts - -# The following entries, which are either "true" or "false" -# determine which targets to build. We turn off OTFs for this demo. - -buildVariable: false + - Parkinsans.glyphs +buildVariable: true buildStatic: true buildTTF: true buildOTF: false -# buildSmallCap: false - -# The next flags control autohinting. -# autohintTTF: true -# autohintOTF: false -# ttfaUseScript: false # Set this to true if your font is not Latin - -# The "fix" operation can optionally fix some problems which -# are better dealt with in the font sources. Set this to true if you -# want gftools-fix to automatically fix source problems. -# includeSourceFixes: true - -# These options give fine-grained control over how fontmake builds -# the fonts. -# flattenComponents: true -# decomposeTransformedComponents: true -# checkCompatibility: true -# overlaps: booleanOperations -# expandFeaturesToInstances: false -# reverseOutlineDirection: true -# removeOutlineOverlaps: true -# extraFontmakeArgs: "" -# extraVariableFontmakeArgs: "" -# extraStaticFontmakeArgs: "" -# glyphData: GlyphData.xml - -# This control how STAT tables are generated. The STAT table is -# specified here as a list of axis names, tags and values. You -# can either map a list to each output VF, or provide a single -# list which is used for all VFs. Note that the build will fail -# if you specify a dictionary which does not contain an entry -# for each VF file built. -# stat: -# RadioCanadaDisplay[wght].ttf: -# - name: Weight -# tag: wght -# values: -# - name: Regular -# value: 400 -# linkedValue: 700 -# flags: 2 -# - name: Medium -# value: 500 -# - name: SemiBold -# value: 600 -# - name: Bold -# value: 700 -# - name: Italic -# tag: ital -# values: -# - name: Roman -# value: 0 -# linkedValue: 1 -# flags: 2 -# RadioCanadaDisplay-Italic[wght].ttf: -# - name: Weight -# tag: wght -# values: -# - name: Regular -# value: 400 -# linkedValue: 700 -# flags: 2 -# - name: Medium -# value: 500 -# - name: SemiBold -# value: 600 -# - name: Bold -# value: 700 -# - name: Italic -# tag: ital -# values: -# - name: Italic -# value: 1 -# Configuration file for fontmake +cleanUp: true \ No newline at end of file