Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
corrected readme
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
## CSS Typography | ||
## CSS Typography ## | ||
|
||
How to handle typography with css. | ||
--- | ||
### [Smashing Article](https://github.com/nomanson/css_typography/tree/master/smashing_article) and tutorial by Harry Roberts | ||
### [Smashing Article](https://github.com/nomanson/css_typography/tree/master/smashing_article) and tutorial by Harry Roberts ## | ||
This article/tutorial covers the basic stuff and some neat tricks. | ||
* Basic Size | ||
* Measure (line length) | ||
* Leading (line height) | ||
* The magic number | ||
--- | ||
### [Responsive Text](https://github.com/nomanson/css_typography/tree/master/responsive_text) | ||
### [Responsive Text](https://github.com/nomanson/css_typography/tree/master/responsive_text) ## | ||
How to make text responsive. This examples keeps the line length at an optimal reading size: 45-85 characters. | ||
--- |