Increase font sizes for body 2, subtitle, and caption
This commit is contained in:
parent
f7d4f84736
commit
053c18f295
1 changed files with 8 additions and 8 deletions
|
@ -41,9 +41,9 @@
|
||||||
|
|
||||||
@mixin font-body-2 {
|
@mixin font-body-2 {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 18px;
|
||||||
letter-spacing: 0;
|
letter-spacing: -0.03px;
|
||||||
}
|
}
|
||||||
@mixin font-body-2-bold {
|
@mixin font-body-2-bold {
|
||||||
@include font-body-2;
|
@include font-body-2;
|
||||||
|
@ -62,15 +62,15 @@
|
||||||
@mixin font-subtitle {
|
@mixin font-subtitle {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 14px;
|
line-height: 16px;
|
||||||
letter-spacing: 0.06px;
|
letter-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin font-caption {
|
@mixin font-caption {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-size: 10px;
|
font-size: 11px;
|
||||||
line-height: 12px;
|
line-height: 14px;
|
||||||
letter-spacing: 0.1px;
|
letter-spacing: 0.06px;
|
||||||
}
|
}
|
||||||
@mixin font-caption-bold {
|
@mixin font-caption-bold {
|
||||||
@include font-caption;
|
@include font-caption;
|
||||||
|
|
Loading…
Reference in a new issue