Island of Ireland ioi, sans-serif

Aa
Bold
Aa
Regular
Aa
Italic

Proxima Nova Proxima Nova, sans-serif

Aa
Bold
Aa
Regular
Aa
Italic

Georgia Georgia, sans-serif

Aa
Bold
Aa
Regular
Aa
Italic
<div class="grid-container-full">
        {{#each families}}
        <div class="grid-x">
                <div class="cell medium-3">
                        <h2 class="sg-title">{{title}} <span>{{fontname}}</span></h2>
                </div>
                <div class="cell medium-9">
                        <div class="grid-x">
                                {{#each fonts}}
                                        <div class="cell medium-4">
                                                <div class="grid-x sg-font-test" style="font-family: {{family}}; {{style}}">Aa</div>
                                                <div class="grid-x">
                                                        <div class="text--secondary sg-font-style">{{styleName}}</div>
                                                </div>
                                        </div>
                                {{/each}}
                        </div>
                </div>
        </div>
                {{#each examples}}
                <div class="grid-x">
                        <div class="cell medium-3">
                        </div>
                        <div class="cell medium-9">
                        <div class="grid-x sg-example-text">
                                <h2 class="sg-example-title" style="font-family: {{family}}; {{style}};">The spectacle before us was indeed sublime.</h2>
                                <p>Apparently we had reached a great height in the atmosphere, for the sky was a dead black, and the stars had ceased to twinkle. By the same illusion which lifts the horizon of the sea to the level of the spectator on a hillside, the sable cloud beneath was dished out, and the car seemed to float in the middle of an immense dark sphere, whose upper half was strewn with silver. Looking down into the dark gulf below, I could see a ruddy light streaming through a rift in the clouds.</p>
                        </div>
                        </div>
                </div>
                {{/each}}
        {{/each}}
</div>