💄(tokens) titles QA feedbacks

QA-based updates to the title classes, the letter-spacing was not
taken into account previously.
This commit is contained in:
Nathan Vasse
2023-09-01 11:25:27 +02:00
committed by NathanVss
parent 4e6e5a2e52
commit 6236729ae8
5 changed files with 32 additions and 5 deletions

View File

@@ -101,6 +101,18 @@ const fontSizes = {
s: "0.6875rem",
};
const fontLetterSpacings = {
h1: "normal",
h2: "normal",
h3: "normal",
h4: "normal",
h5: "1px",
h6: "normal",
l: "normal",
m: "normal",
s: "normal",
};
const fontWeights = {
thin: 200,
light: 300,
@@ -147,6 +159,7 @@ export default {
sizes: fontSizes,
weights: fontWeights,
families: fontFamilies,
letterSpacings: fontLetterSpacings,
},
spacings,
transitions,