mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 20:21:21 +00:00
🎨 styles: set font-weight: bold;, text-transform: uppercase; for heading, sm-headline common
:%s
This commit is contained in:
parent
ce3efdce7d
commit
4f557b49fd
@ -3,6 +3,8 @@
|
|||||||
font-size: 4.8rem;
|
font-size: 4.8rem;
|
||||||
line-height: 5.6rem;
|
line-height: 5.6rem;
|
||||||
letter-spacing: -0.03em;
|
letter-spacing: -0.03em;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
@screen md {
|
@screen md {
|
||||||
font-size: 6.4rem;
|
font-size: 6.4rem;
|
||||||
line-height: 8rem;
|
line-height: 8rem;
|
||||||
@ -13,6 +15,8 @@
|
|||||||
font-size: 4rem;
|
font-size: 4rem;
|
||||||
line-height: 4.8rem;
|
line-height: 4.8rem;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
@screen md {
|
@screen md {
|
||||||
font-size: 4.8rem;
|
font-size: 4.8rem;
|
||||||
line-height: 5.6rem;
|
line-height: 5.6rem;
|
||||||
@ -23,6 +27,8 @@
|
|||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
line-height: 3.2rem;
|
line-height: 3.2rem;
|
||||||
letter-spacing: -0.01em;
|
letter-spacing: -0.01em;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
@screen md {
|
@screen md {
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
line-height: 4rem;
|
line-height: 4rem;
|
||||||
@ -34,6 +40,7 @@
|
|||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
line-height: 2.8rem;
|
line-height: 2.8rem;
|
||||||
letter-spacing: -0.01em;
|
letter-spacing: -0.01em;
|
||||||
|
font-weight: bold;
|
||||||
@screen md {
|
@screen md {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
line-height: 2.8rem;
|
line-height: 2.8rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user