1
0
mirror of https://github.com/google/fonts.git synced 2024-12-19 14:52:12 +03:00
fonts/cc-by-sa/knowledge/glossary/terms/spaces/content.md
2022-03-28 12:02:37 -07:00

13 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Spaces are [glyphs](/glossary/glyph) that contain no visible [strokes](/glossary/stroke) but still have specific values for width, and occupy a unique [unicode](/glossary/unicode) cell in the glyph table.
<figure>
![The words “in between” set twice, with the space between them emphasized. The first example uses a regular space; the second uses a narrower space.](images/thumbnail.svg)
</figure>
A **hair space** is the thinnest of all spaces and can be used either side of an [en dash or em dash](/glossary/dashes)—although thats down to the style guide were referencing. A **thin space** is slightly wider (around 15%20% of an [em](/glossary/em)) and again can be employed around dashes according to the preferences of the style guide.
**Non-breaking spaces** are added between words that need to stay together in any event. If the last word in the sequence doesnt fit on the end of the line, all words connected with non-breaking spaces will shift to the next line. This is useful when avoiding [orphans](/glossary/widows_orphans), but should be [used with care](/lesson/avoiding_widows_orphans).