Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 6f5040e

Browse files
Splaktarandrewseguin
authored andcommitted
docs(typography): fix link to Roboto font (#11513)
minor tweaks to intro styling and grammar
1 parent 534beea commit 6f5040e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/content/CSS/typography.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
@name Typography
33
@description
44

5-
AngularJS Material provides typography CSS classes you can use to create visual
6-
consistency across your application.
7-
8-
<p style="text-align: center;">
9-
[Material Design Typography Specification](https://material.io/archive/guidelines/style/typography.html)
5+
<h2 class="md-display-1">CSS classes are provided for typography</h2>
6+
<h3 class="md-headline">You can use them to create visual consistency across your application.</h3>
7+
<p class="md-subhead">You can find additional guidance in the
8+
[Material Design Typography Specification](https://material.io/archive/guidelines/style/typography.html).
109
</p>
1110

1211
<section class="demo-container">
@@ -17,7 +16,7 @@ consistency across your application.
1716
</md-toolbar>
1817
<div class="md-whiteframe-z1 docs-list">
1918
<p>
20-
AngularJS Material uses the [Roboto](https://fonts.google.com/?selection.family=Roboto)
19+
AngularJS Material uses the [Roboto](https://fonts.google.com/specimen/Roboto)
2120
font for all of its components.
2221
</p>
2322

@@ -33,7 +32,7 @@ consistency across your application.
3332

3433
<h4 class="md-title">Notes</h4>
3534
<p>
36-
When `Roboto` isn't loaded, then the typography will fallback to the following fonts:
35+
When `Roboto` isn't loaded, the typography will fall back to the following fonts:
3736
</p>
3837

3938
<ul>
@@ -50,7 +49,10 @@ consistency across your application.
5049
</div>
5150
</md-toolbar>
5251
<div class="md-whiteframe-z1 docs-list">
53-
<p style="margin-top: 0;">To preserve <a href="http://webaim.org/techniques/semanticstructure/">semantic structures</a>, you should style the `<h1>` - `<h6>` heading tags with the styling classes shown below:</p>
52+
<p style="margin-top: 0;">
53+
To preserve <a href="http://webaim.org/techniques/semanticstructure/">semantic structures</a>,
54+
you should style the `<h1>` - `<h6>` heading tags with the styling classes shown below:
55+
</p>
5456

5557
<div layout="row" class="docs-descriptions">
5658
<h4 class="md-body-1" flex="25" id="headings-selectors">Selectors</h4>

0 commit comments

Comments
 (0)