Missing font utility classes for weight and italics #94640

Closed
opened 2022-01-04 17:27:02 +01:00 by Anna Sirota · 3 comments
Owner

E.g.:

<p class="font-weight-bold">Bold text.</p>
<p class="font-weight-bolder">Bolder weight text (relative to the parent element).</p>
<p class="font-weight-normal">Normal weight text.</p>
<p class="font-weight-light">Light weight text.</p>
<p class="font-weight-lighter">Lighter weight text (relative to the parent element).</p>
<p class="font-italic">Italic text.</p>
E.g.: ``` <p class="font-weight-bold">Bold text.</p> <p class="font-weight-bolder">Bolder weight text (relative to the parent element).</p> <p class="font-weight-normal">Normal weight text.</p> <p class="font-weight-light">Light weight text.</p> <p class="font-weight-lighter">Lighter weight text (relative to the parent element).</p> <p class="font-italic">Italic text.</p> ```
Author
Owner

Added subscriber: @railla

Added subscriber: @railla
Anna Sirota changed title from Font utility classes for weight and italics to Missing font utility classes for weight and italics 2022-01-04 17:27:15 +01:00

This issue was referenced by b9852a4a09

This issue was referenced by b9852a4a09b02b2ff5565630b6bca8a7a71ce649

Changed status from 'Needs Triage' to: 'Resolved'

Changed status from 'Needs Triage' to: 'Resolved'
Pablo Vazquez self-assigned this 2022-10-10 18:31:43 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/web-assets#94640
No description provided.