<div class="sg sg-typography">
<div class="sg-typography__type">
<div class="sg-typography__name">Cabin</div>
<p class="h1-style mb-0 fw-900" style="font-family:'Cabin', Arial, sans-serif;">Cabin</p>
<p class="h2-style mb-0" style="font-family:'Cabin', Arial, sans-serif;fontWeight:400">'Cabin', Arial, sans-serif</p>
<p style="font-family:'Cabin', Arial, sans-serif;font-weight:400">abcdefghijklmnopqrstuvwxyz<br />ABCDEFGHIJKLMNOPQRSTUVWXYZ<br />1234567890</p>
</div>
</div>
<div class="sg sg-typography">
<div class="sg-typography__type">
<div class="sg-typography__name">{{name}}</div>
<p class="h1-style mb-0 fw-900" style="font-family:{{fontFamily|safe}};">{{name}}</p>
<p class="h2-style mb-0" style="font-family:{{fontFamily|safe}};fontWeight:{{fontWeight|safe}}">{{fontFamily}}</p>
<p style="font-family:{{fontFamily|safe}};font-weight:{{fontWeight|safe}}">abcdefghijklmnopqrstuvwxyz<br/>ABCDEFGHIJKLMNOPQRSTUVWXYZ<br/>1234567890</p>
</div>
</div>
{
"name": "Cabin",
"fontFamily": "'Cabin', Arial, sans-serif",
"fontWeight": 400
}
No notes defined.