Skip to content

Commit

Permalink
Merge pull request #13 from kiwari-kolektiv-studio/khofiq-branch
Browse files Browse the repository at this point in the history
Khofiq branch — 1.102
  • Loading branch information
ottta authored Feb 1, 2024
2 parents 68d84ee + cb6cd01 commit fc92152
Show file tree
Hide file tree
Showing 113 changed files with 1,644 additions and 22,399 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build font and specimen

on: [push, release]
on: [release]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: 3.8
- name: Install sys tools/deps
run: |
sudo apt-get update
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
venv
build.stamp
proof
fonts
node_modules
package-lock.json
package.json
Expand All @@ -22,5 +21,4 @@ Thumbs.db
# Personilized
sources/*(Autosaved).glyphs

/temp
/.vscode
/temp
1 change: 1 addition & 0 deletions .vscode/configurationCache.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"buildTargets":[".init.stamp","build","build.stamp","check","check-otf","check-ttf","check-variable","clean","help","images","proof","update","update-project-template","venv","venv/touchfile"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}}
14 changes: 14 additions & 0 deletions .vscode/dryrun.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
make --dry-run --always-make --keep-going --print-directory
make: Entering directory `/Users/deftpyre/Desktop/Projects/Typeworks/sutasoma'
echo "###"
echo "# Build targets for Sutasoma"
echo "###"
echo
echo " make build: Builds the fonts and places them in the fonts/ directory"
echo " make test: Tests the fonts with fontbakery"
echo " make proof: Creates HTML proof documents in the proof/ directory"
echo " make images: Creates PNG specimen images in the documentation/ directory"
echo

make: Leaving directory `/Users/deftpyre/Desktop/Projects/Typeworks/sutasoma'

6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
Loading

0 comments on commit fc92152

Please sign in to comment.