Skip to content

Commit

Permalink
feat: Change default font sizes - MEED-7147 - Meeds-io/MIPs#144 (#624)
Browse files Browse the repository at this point in the history
This change will apply new font sizes:
- Title: 20px, regularColor, Bold
- Header: 18px, lowImportanceColor, Regular
- Body: 16px, regularColor, Regular
- Subtitle: 12px, lowImportanceColor, Regular
  • Loading branch information
boubaker authored and rdenarie committed Jul 5, 2024
1 parent 635f2a9 commit e6d0c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@titleLineHeight: 1.2;
@titleMarginBottom: 10px;
@normalFontWeight: @textFontWeight;
@codeFontSize: 14px;
@codeFontSize: 16px;
@listMargin: 0 0 10px 25px;
@listPadding: 0 25px;
@linkColor: #0782C1;
Expand Down

0 comments on commit e6d0c25

Please sign in to comment.