Skip to content

Commit f80844c

Browse files
committed
Typography copy edits from tech writer
Reviewers: iangordon, #material_components_ios_owners, featherless Reviewed By: #material_components_ios_owners, featherless Projects: #material_components_ios Differential Revision: http://codereview.cc/D98
1 parent 997adf1 commit f80844c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

components/Typography/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Typography
22

3-
Typography provides methods for displaying text in [material styles]
4-
(https://www.google.com/design/spec/style/typography.html). Mostly centered
5-
around fonts and their opacity.
3+
The Typography component provides methods for displaying text in [material styles]
4+
(https://www.google.com/design/spec/style/typography.html), focusing on fonts and their opacity.
65

76
## Requirements
87

@@ -25,11 +24,11 @@ label.alpha = [MDCTypography titleFontOpacity];
2524
## Font sizes
2625
![type size](gfx/style_typography_styles_scale.png "shows the various font
2726
sizes")
28-
Source: [Typography scale spec]
29-
(https://www.google.com/design/spec/style/typography.html#typography-styles).
27+
Source: [Typography style spec]
28+
(https://www.google.com/design/spec/style/typography.html#typography-styles)
3029
3130
## Font opacities
3231
![type opacity](gfx/style_typography_styles_contrast.png "shows the various font
3332
opacities")
3433
Source: [Typography opacity spec]
35-
(https://www.google.com/design/spec/style/typography.html#typography-other-typographic-guidelines).
34+
(https://www.google.com/design/spec/style/typography.html#typography-other-typographic-guidelines)

0 commit comments

Comments
 (0)