Skip to content

Commit

Permalink
change test to proof
Browse files Browse the repository at this point in the history
  • Loading branch information
SargisYonan committed Jul 30, 2024
1 parent 8192c54 commit 84abf35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fontbakery.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Font Bakery QA Tests
name: Font Bakery Proofing Tests

on: [push, pull_request]

Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FONTS_DIR := fonts

SAMPLE_DIR := samples

all: build generate-png install test
all: build generate-png install proof

venv/created: requirements.txt
python3 -m venv venv
Expand All @@ -32,7 +32,7 @@ build:
install: build
./install_fonts.sh

test: venv
proof: venv
. venv/bin/activate; \
for file in $(FONTS_DIR)/*.otf; do \
if [ -f "$$file" ]; then \
Expand Down Expand Up @@ -64,4 +64,4 @@ generate-png: venv
python3 scripts/render_text.py "$$file" "ܐܡܕܝܐ" "$(SAMPLE_DIR)/$$font-nohadra-amedia-text.png"; \
done

.PHONY: clean test install build open venv all generate-svg generate-png
.PHONY: clean proof install build open venv all generate-svg generate-png
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Amedia offers the same look and feel as Sapna, but with rounder edges. [View sam
### More to come

## Installation
To install the Nohadra Syriac Font on your system, follow the instructions for your operating system below.
To install the Nohadra Syriac Font on your system, simply install the desired font files from the `fonts/` directory, or follow the instructions below.

First begin by downloading or cloning this repository, and navigate to the directory containing this project.

Expand Down

0 comments on commit 84abf35

Please sign in to comment.