fix: Move optical alignment file to proper place (#35588)

* fix: Move optical alignment file to proper place

* Make title proper
This commit is contained in:
Parth Parth
2019-05-24 07:59:27 +05:30
committed by Tom
parent f1ef01b165
commit 009088a2ca
2 changed files with 2 additions and 18 deletions

View File

@ -1,11 +0,0 @@
---
title: Optical Alignment -- When the "Wrong" Spacing Looks Right
---
## Optical Alignment
In typography, text that is properly [kerned](https://guide.freecodecamp.org/typography/kerning-and-tracking/) typically appears evenly spaced and legible. However, in some fonts and in some settings (especially logotypes) letter pairs can appear as though there is uneven space between them despite the actual measurements being identical. The process of adjusting the kerning between two letters so that they appear equal is called _optically aligning_ them. Though it may seem unintuitive, your human eye is much better at perceiving small differences than a computer is, and optically aligning text will provide a smoother transition from letter to letter.
#### More Information:
- [Optical Adjustment by Luke Jones](https://medium.com/@lukejones/optical-adjustment-b55492a1165c)

View File

@ -3,13 +3,8 @@ title: Optical Alignment
--- ---
## Optical Alignment ## Optical Alignment
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/typography/optical-alignment/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>. In typography, text that is properly [kerned](https://freecodecamp.org/guide/typography/kerning-and-tracking/) typically appears evenly spaced and legible. However, in some fonts and in some settings (especially logotypes) letter pairs can appear as though there is uneven space between them despite the actual measurements being identical. The process of adjusting the kerning between two letters so that they appear equal is called _optically aligning_ them. Though it may seem unintuitive, your human eye is much better at perceiving small differences than a computer is, and optically aligning text will provide a smoother transition from letter to letter.
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
#### More Information: #### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
- [Optical Adjustment by Luke Jones](https://medium.com/@lukejones/optical-adjustment-b55492a1165c)