Typography
<gstock-typography>
|
GstockTypography
Colors
Use the color attribute to set the typography color.
<gstock-typography color="primary">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography color="secondary">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography color="tertiary">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography color="success">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography color="danger">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Weight
Use the weight attribute to set the typography color.
<gstock-typography weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<br />
<gstock-typography weight="100">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="200">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="300">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="400">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="500">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="600">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="700">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="800">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="900">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<br />
<gstock-typography weight="bolder">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography weight="lighter">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Sizes
Use the size attribute attribute to set the typography size.
Xsmall
<gstock-typography size="xsmall" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography size="xsmall" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Small
<gstock-typography size="small" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography size="small" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Medium
<gstock-typography size="medium" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography size="medium" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Large
<gstock-typography size="large" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography size="large" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Heading
Header 6
<gstock-typography heading="h6" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography heading="h6" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Header 5
<gstock-typography heading="h5" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography heading="h5" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Header 4
<gstock-typography heading="h4" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography heading="h4" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Header 3
<gstock-typography heading="h3" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography heading="h3" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Header 2
<gstock-typography heading="h2" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography heading="h2" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
Header 1
<gstock-typography heading="h1" weight="normal">
The quick brown fox jumps over the lazy dog.
</gstock-typography>
<gstock-typography heading="h1" weight="bold">
The quick brown fox jumps over the lazy dog.
</gstock-typography>