HI everyone..
I'm currently working on a website and trying to use the Gilbert color font. However, despite converting it to "woff" and "woff2" formats using Transfonter, I can't seem to get the font to display in color. Could someone please assist me in making the color variant of the font work? Any help would be greatly appreciated, and thank you in advance !!
I'm currently working on a website and trying to use the Gilbert color font. However, despite converting it to "woff" and "woff2" formats using Transfonter, I can't seem to get the font to display in color. Could someone please assist me in making the color variant of the font work? Any help would be greatly appreciated, and thank you in advance !!
CSS:
@font-face {
font-family: 'Gilbert Color Bold Preview5';
src: url('GilbertColorBoldPreview5.woff2') format('woff2'),
url('GilbertColorBoldPreview5.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}