kirbydesign / designsystem

Kirby Design System
https://cookbook.kirby.design
MIT License
83 stars 22 forks source link

[Enhancement] New heading style - H4 #3332

Closed henrikvoetmand closed 7 months ago

henrikvoetmand commented 7 months ago

Describe the enhancement

In the design library (Sketch) we have the possibility to make a Section header in font size 16 - bold. To align and support this in Kirby code, we could define a new heading size "H4" with font size 16 - bold.

Describe the solution you'd like

Define new text style "H4"

font-size: font-size("n");
font-weight: font-weight("bold");
CLASS: h4 or kirby-text-medium

Add this new text style to the "Fonts" page on the Cookbook

05 P

https://cookbook.kirby.design/#/home/showcase/fonts

Have you considered any alternatives?

Are there any additional context?


Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Refinement

Implementation

The contributor who wants to implement this issue should:

Review

Once the issue has been implemented and is ready for review: