Update CSS styles for core profiler headers (#39042)
* Remove letter-spacing and use 500 for font-weight * Add changelog
This commit is contained in:
parent
3d0c5af5fe
commit
87393e0ef1
|
@ -9,8 +9,7 @@
|
|||
|
||||
.woocommerce-profiler-heading__title {
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.75px;
|
||||
font-weight: 500;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Remove letter-spacing from the core profiler headers; Use 500 for font-weight.
|
Loading…
Reference in New Issue