Update CSS styles for core profiler headers (#39042)

* Remove letter-spacing and use 500 for font-weight

* Add changelog
This commit is contained in:
Moon 2023-06-29 20:16:44 -07:00 committed by GitHub
parent 3d0c5af5fe
commit 87393e0ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Remove letter-spacing from the core profiler headers; Use 500 for font-weight.