Hi,
While trying to improve the performance of my website, I noticed that some of the default elements of webflow load too many fonts. Is this my fault?
How can I fix?
.w-lightbox-backdrop : this is a default class and it loads 6 different fonts as you can see below. This lowers my performance.
Anyone experiencing a similar problem?
.w-lightbox-backdrop {
cursor: auto;
font-style: normal;
font-variant: normal;
letter-spacing: normal;
list-style: disc;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #fff;
font-family: “Helvetica Neue”, Helvetica, Ubuntu, “Segoe UI”, Verdana, sans-serif;
font-size: 17px;
line-height: 1.2;
font-weight: 300;
text-align: center;
background: rgba(0, 0, 0, 0.9);
z-index: 2000;
outline: 0;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-transform: translate(0, 0);
}
Here is my site Read-Only: LINK
(how to share your site Read-Only link)