Zelda64Recomp/assets/scss/styles/mixins/_typography.scss

58 lines
936 B
SCSS
Raw Normal View History

2024-01-02 10:10:06 -05:00
%header-1 {
font-size: 64dp;
font-style: normal;
font-weight: 700;
letter-spacing: 4.48dp;
line-height: 64dp;
}
%header-2 {
font-size: 48dp;
font-style: normal;
font-weight: 700;
letter-spacing: 3.36dp;
line-height: 48dp;
}
%header-3 {
font-size: 32dp;
font-style: normal;
font-weight: 700;
letter-spacing: 2.24dp;
line-height: 32dp;
}
%label-lg {
font-size: 32dp;
font-style: normal;
font-weight: 700;
letter-spacing: 3.52dp;
line-height: 32dp;
}
%label-md {
2024-01-07 16:51:27 -05:00
font-size: 24dp;
2024-01-02 10:10:06 -05:00
font-style: normal;
font-weight: 700;
letter-spacing: 2.2dp;
2024-01-07 16:51:27 -05:00
line-height: 24dp;
2024-01-02 10:10:06 -05:00
}
%label-sm {
2024-01-07 16:51:27 -05:00
font-size: 16dp;
2024-01-02 10:10:06 -05:00
font-style: normal;
font-weight: 700;
letter-spacing: 1.32dp;
2024-01-07 16:51:27 -05:00
line-height: 16dp;
2024-01-02 10:10:06 -05:00
text-transform: uppercase;
}
%body {
font-size: 16dp;
font-style: normal;
font-weight: 400;
letter-spacing: 1.32dp;
line-height: 16dp;
}