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 {
font-size: 20dp;
font-style: normal;
font-weight: 700;
letter-spacing: 2.2dp;
line-height: 20dp;
}
%label-sm {
font-size: 12dp;
font-style: normal;
font-weight: 700;
letter-spacing: 1.32dp;
line-height: 12dp;
text-transform: uppercase;
}
%body {
font-size: 16dp;
font-style: normal;
font-weight: 400;
letter-spacing: 1.32dp;
line-height: 16dp;
}