Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/SorkinType/Alatsi
Browse files Browse the repository at this point in the history
  • Loading branch information
EbenSorkin committed Oct 19, 2023
2 parents 432c6d2 + 681e480 commit d24acaa
Show file tree
Hide file tree
Showing 13 changed files with 39,458 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OFL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022 The Alatsi Project Authors (https://github.com/googlefonts/googlefonts-project-template)
Copyright 2019 The Alatsi Project Authors (https://github.com/SorkinType/Alatsi)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
Expand Down
58 changes: 58 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@

# My Font

[![][Fontbakery]](https://SorkinType.github.io/Alatsi/fontbakery/fontbakery-report.html)
[![][Universal]](https://SorkinType.github.io/Alatsi/fontbakery/fontbakery-report.html)
[![][GF Profile]](https://SorkinType.github.io/Alatsi/fontbakery/fontbakery-report.html)
[![][Outline Correctness]](https://SorkinType.github.io/Alatsi/fontbakery/fontbakery-report.html)
[![][Shaping]](https://SorkinType.github.io/Alatsi/fontbakery/fontbakery-report.html)

[Fontbakery]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FSorkinType%2FAlatsi%2Fgh-pages%2Fbadges%2Foverall.json
[GF Profile]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FSorkinType%2FAlatsi%2Fgh-pages%2Fbadges%2FGoogleFonts.json
[Outline Correctness]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FSorkinType%2FAlatsi%2Fgh-pages%2Fbadges%2FOutlineCorrectnessChecks.json
[Shaping]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FSorkinType%2FAlatsi%2Fgh-pages%2Fbadges%2FShapingChecks.json
[Universal]: https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FSorkinType%2FAlatsi%2Fgh-pages%2Fbadges%2FUniversal.json

![Img1](documentation/image1.png)

Alatsi is an original typeface designed by Spyros Zevelakis.

It is a semicondensed geometric sans design which feels familiar, calm, trustable and contemporary. It is a little lighthearted or casual in feeling as well. The contemporary feeling comes from the treatment of the terminals and the cheekily pointed V A W. The calmness from the modest x height.

Alatsi offers a wide range of figures which include oldstyle figures, numerators, denominators and fractions. It also offers case sensitive forms.

![Img2](documentation/image2.png)
![Img3](documentation/image3.png)



## Building

Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build.

If you want to build fonts manually on your own computer:

* `make build` will produce font files.
* `make test` will run [FontBakery](https://github.com/googlefonts/fontbakery)'s quality assurance tests.
* `make proof` will generate HTML proof files.

The proof files and QA tests are also available automatically via GitHub Actions - look at https://SorkinType.github.io/Alatsi.

## Changelog

When you update your font (new version or new release), please report all notable changes here, with a date.
[Font Versioning](https://github.com/googlefonts/gf-docs/tree/main/Spec#font-versioning) is based on semver.


**October 22 - Version 1.005**
- big language support improvement

## License

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is available with a FAQ at
https://scripts.sil.org/OFL

## Repository Layout

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.
Binary file modified documentation/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/otf/Alatsi-Regular.otf
Binary file not shown.
Binary file added fonts/ttf/Alatsi-Regular.ttf
Binary file not shown.
Binary file removed fonts/variable/Alatsi[wght].ttf
Binary file not shown.
Binary file modified fonts/webfonts/Alatsi-Regular.woff2
Binary file not shown.
File renamed without changes.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ gfdiffbrowsers==0.1.7
gflanguages==0.4.0
gftools==0.9.9
gitdb==4.0.9
GitPython==3.1.27
GitPython==3.1.30
glyphsets==0.5.0
glyphsLib==6.0.5
glyphtools==0.8.0
hyperglot==0.3.8
idna==3.3
Jinja2==3.1.2
lxml==4.8.0
lxml==4.9.1
MarkupSafe==2.1.1
numpy==1.22.3
openstep-plist==0.3.0
opentype-sanitizer==8.2.1
opentypespec==1.8.4
Pillow==9.1.0
Pillow==9.3.0
pip-api==0.0.29
protobuf==3.20.1
psutil==5.9.0
Expand Down Expand Up @@ -90,7 +90,7 @@ stringbrewer==0.0.1
tabulate==0.8.9
toml==0.10.2
ttfautohint-py==0.5.1
typing-extensions==4.2.0
typing_extensions==4.2.0
ufo2ft==2.27.0
ufoLib2==0.13.1
ufolint==1.2.0
Expand Down
Loading

0 comments on commit d24acaa

Please sign in to comment.