turretcss

Font Weight


Named Values

Font Weight Thin

Font Weight Extra Light

Font Weight Light

Font Weight Regular

Font Weight Medium

Font Weight Semibold

Font Weight Bold

Font Weight Extra Bold

Font Weight Black

Font Weight

<p class="font-weight-thin">...</p>
<p class="font-weight-extra-light">...</p>
<p class="font-weight-light">...</p>
<p class="font-weight-regular">...</p>
<p class="font-weight-medium">...</p>
<p class="font-weight-semibold">...</p>
<p class="font-weight-bold">...</p>
<p class="font-weight-extra-bold">...</p>
<p class="font-weight-black">...</p>
<p class="font-weight">...</p>

Numerical Values

Font Weight 100

Font Weight 200

Font Weight 300

Font Weight 400

Font Weight 500

Font Weight 600

Font Weight 700

Font Weight 800

Font Weight 900

<p class="font-weight-100">...</p>
<p class="font-weight-200">...</p>
<p class="font-weight-300">...</p>
<p class="font-weight-400">...</p>
<p class="font-weight-500">...</p>
<p class="font-weight-600">...</p>
<p class="font-weight-700">...</p>
<p class="font-weight-800">...</p>
<p class="font-weight-900">...</p>