hlxsites / vg-macktrucks-com

Franklin site for https://www.macktrucks.com
Apache License 2.0
1 stars 27 forks source link

FR: Bold Text Enhancement #775

Open ZoeBeykirch opened 6 days ago

ZoeBeykirch commented 6 days ago

Context/Description

As a Mack Trucks content author, I want to use bolded font on my site so that I can make specific text stand out to capture my readers attention.

Acceptance Criteria

Editor AC:

Non-functional AC:

Note

See example of where text is bolded in the word document but not shown as bolded in the website: https://main--vg-macktrucks-com--hlxsites.hlx.page/drafts/wendy.kruger/bugs#text-formatting

Technical details

Cannot use bold text, Cause: Line 914 in the redesign css overrides strong or b tags with font-weight normal.
Example: https://main--vg-macktrucks-com--hlxsites.hlx.page/drafts/wendy.kruger/bugs#:~:text=Issues%3A%20bold%20font%20not%20displaying%2C%20unordered%20list%20bullets%20not%20showing

.redesign-v2 strong, .redesign-v2 b { font-weight: normal; }

Attachment / link to Figma

No response