Skip to content

Commit de2069d

Browse files
committed
updated readme
1 parent 8050fc0 commit de2069d

9 files changed

Lines changed: 55 additions & 2 deletions

File tree

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,42 @@
1-
# Brawler Font Project
1+
# Brawler
22

3+
<p align="center">
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="./documentation/slide1-dark.svg">
6+
<source media="(prefers-color-scheme: light)" srcset="./documentation/slide1-light.svg">
7+
<img alt="Brawler open-source font by Cyreal" src="./documentation/slide1-light.svg">
8+
</picture>
9+
</p>
10+
11+
## About
312

413
Brawler is a compact typeface with sharp features and a sturdy character, designed for comfortable reading in small sizes. It was initially planned as a typeface for newspapers and tabloids. Thus, the design concept was shaped by the demands of low quality printing media and the aesthetic preferences of periodical publications.
514

615
Brawler is a Unicode typeface family that supports
716
languages that use the Latin script and its variants, and
817
could be expanded to support other scripts.
918

19+
## Building
20+
21+
Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build.
22+
23+
If you want to build fonts manually on your own computer:
24+
25+
- `make build` will produce font files.
26+
- `make test` will run [FontBakery](https://github.com/googlefonts/fontbakery)'s quality assurance tests.
27+
- `make proof` will generate HTML proof files.
28+
29+
The proof files and QA tests are also available automatically via GitHub Actions - look at `https://cyrealtype.github.io/Brawler`.
30+
31+
## Changelog
32+
1033
In December 2013 [Haley Fiege](https://www.haleyfiege.fun/fonts/) has contributed a design of the Bold version.
1134

35+
## License
36+
37+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
38+
This license is available with a FAQ at https://openfontlicense.org
39+
40+
## Repository Layout
1241

13-
![Brawler Font](documentation/sample.png)
42+
This font repository structure is inspired by [Unified Font Repository v0.3](https://github.com/unified-font-repository/Unified-Font-Repository), modified for the Google Fonts workflow.

documentation/slide1-dark.png

37 KB
Loading

documentation/slide1-dark.svg

Lines changed: 6 additions & 0 deletions
Loading

documentation/slide1-light.png

36 KB
Loading

documentation/slide1-light.svg

Lines changed: 6 additions & 0 deletions
Loading

documentation/slide2-dark.png

94.8 KB
Loading

documentation/slide2-dark.svg

Lines changed: 6 additions & 0 deletions
Loading

documentation/slide2-light.png

91.9 KB
Loading

documentation/slide2-light.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)