mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
33 lines
924 B
HTML
33 lines
924 B
HTML
|
|
<ion-toolbar>
|
|
<ion-title>Typography</ion-title>
|
|
</ion-toolbar>
|
|
|
|
<ion-content padding>
|
|
|
|
<h1>H1: The quick brown fox jumps over the lazy dog</h1>
|
|
|
|
<h2>H2: The quick brown fox jumps over the lazy dog</h2>
|
|
|
|
<h3>H3: The quick brown fox jumps over the lazy dog</h3>
|
|
|
|
<h4>H4: The quick brown fox jumps over the lazy dog</h4>
|
|
|
|
<h5>H5: The quick brown fox jumps over the lazy dog</h5>
|
|
|
|
<h6>H6: The quick brown fox jumps over the lazy dog</h6>
|
|
|
|
<p>
|
|
p: The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
The quick brown fox jumps over the lazy dog.
|
|
</p>
|
|
|
|
</ion-content>
|