-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 65a79d0
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# All types of “a” | ||
|
||
A collection of peculiar forms of the Latin lowercase letter “a” (U+0061) selected subjectively mostly from contemporary digital typefaces, but digitizations of non-digital letterings or typefaces are also acceptable. | ||
|
||
## Contributing | ||
|
||
1. Clone this repo. | ||
2. Add an image with the letter “a”: | ||
- scale the letter proportionally to the other letters on the website, | ||
- convert the letter to outlines, | ||
- use transparent background, | ||
- use white (`#FFFFFF`) for the letter fill, | ||
- save as an SVG to `assets/letters/`. | ||
3. Add info to `_data/data.yaml`, set `path:` to the SVG file. | ||
4. Commit and initiate a pull request. |