-
Notifications
You must be signed in to change notification settings - Fork 0
/
fonts.html
33 lines (33 loc) · 2 KB
/
fonts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<p style="font-family: Andada">This is Andada</p>
<p style="font-family: Varela">This is Varela</p>
<p style="font-family: ArchivoNarrowBold">This is ArchivoNarrowBold</p>
<p style="font-family: ArchivoNarrowItalic">This is ArchivoNarrowItalic</p>
<p style="font-family: ArchivoNarrow">This is ArchivoNarrow</p>
<p style="font-family: OpenSansExtra">This is OpenSansExtra</p>
<p style="font-family: OpenSansSemi">This is OpenSansSemi</p>
<p style="font-family: UbuntuCondensed">This is UbuntuCondensed</p>
<p style="font-family: PTSerifBold">This is PTSerifBold</p>
<p style="font-family: PTSerifItalic">This is PTSerifItalic</p>
<p style="font-family: PTSerif">This is PTSerif</p>
<p style="font-family: PTSansBold">This is PTSansBold</p>
<p style="font-family: PTSans">This is PTSans</p>
<p style="font-family: Anaheim">This is Anaheim</p>
<p style="font-family: OswaldBold">This is OswaldBold</p>
<p style="font-family: OswaldLight">This is OswaldLight</p>
<p style="font-family: Oswald">This is Oswald</p>
<p style="font-family: Cousine">This is Cousine</p>
<p style="font-family: CousineItalic">This is CousineItalic</p>
<p style="font-family: CousineBold">This is CousineBold</p>
<p style="font-family: FrancoisOne">This is FrancoisOne</p>
<p style="font-family: MerriweatherSansBold">This is MerriweatherSansBold</p>
<p style="font-family: MerriweatherSansLight">This is MerriweatherSansLight</p>
<p style="font-family: MerriweatherSans">This is MerriweatherSans</p>
<p style="font-family: RobotoSlabBold">This is RobotoSlabBold</p>
<p style="font-family: RobotoSlab">This is RobotoSlab</p>
<p style="font-family: RobotoSlabThin">This is RobotoSlabThin</p>
<p style="font-family: SourceSansBold">This is SourceSansBold</p>
<p style="font-family: SourceSansLight">This is SourceSansLight</p>
<p style="font-family: SourceSans">This is SourceSans</p>
<p style="font-family: SourceCodeBold">This is SourceCodeBold</p>
<p style="font-family: SourceCodeLight">This is SourceCodeLight</p>
<p style="font-family: SourceCode">This is SourceCode</p>