<p>xPlay utilizes Nunito font family for typography. <a href="https://fonts.google.com/specimen/Nunito+Sans">Nunito Sans</a> with the font weights 400, 400i and 600 is used as the base font, while <a href="https://fonts.google.com/specimen/Nunito">Nunito</a> with font weight of 600 is used for headings. These fonts are not included in the npm package and should be imported from Google Fonts or a similar CDN.</p>

<h5>HTML Import</h5>
<pre>
    <xmp>
    <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700|Nunito:600" rel="stylesheet">
    </xmp>
</pre>

<h5>CSS Import</h5>
<pre>
    <xmp>
    <style>
        @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700|Nunito:600');
    </style>
    </xmp>
</pre>
