Add URL params to control fonts
This was also a good chance to switch to the semantic font size names used in Compound.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
.caption {
|
||||
font-size: 12px;
|
||||
line-height: 15px;
|
||||
font-size: var(--font-size-caption);
|
||||
line-height: var(--font-size-body);
|
||||
}
|
||||
|
||||
.micro {
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
font-size: var(--font-size-micro);
|
||||
line-height: var(--font-size-caption);
|
||||
}
|
||||
|
||||
.regular {
|
||||
|
||||
Reference in New Issue
Block a user