|
@@ -385,5 +385,44 @@ doc-subtab: typography-helpers
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
|
|
+ {% include anchor.html name="Text weight" %}
|
|
|
|
+
|
|
|
|
+ <div class="content">
|
|
|
|
+ <p>
|
|
|
|
+ You can transform the text weight with the use of one of <strong>4 text weight helpers</strong>:
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <table class="table is-bordered">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <th>
|
|
|
|
+ Class
|
|
|
|
+ </th>
|
|
|
|
+ <th>
|
|
|
|
+ Weight
|
|
|
|
+ </th>
|
|
|
|
+ </tr>
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><code>.has-text-weight-light</code></td>
|
|
|
|
+ <td>Transforms text weight to <strong>light</strong></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><code>.has-text-weight-normal</code></td>
|
|
|
|
+ <td>Transforms text weight to <strong>normal</strong></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><code>.has-text-weight-semibold</code></td>
|
|
|
|
+ <td>Transforms text weight to <strong>semi-bold</strong></td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><code>.has-text-weight-bold</code></td>
|
|
|
|
+ <td>Transforms text weight to <strong>bold</strong></td>
|
|
|
|
+ </tr>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|