Copy link to clipboard
Copied
We have added all font weights of the Arboria font to our web project, but no matter what we specify for font-weight in the CSS, the website will only show font weights at 400 or 900. Nothing lighter, or in-between 400 and 900. We have tested this on multiple browsers.
Copy link to clipboard
Copied
Hi @bhuffman33,
We're sorry to hear about your difficulties. Could you please share the URL of your website to identify the cause via private message?
Regards,
Tarun
Copy link to clipboard
Copied
Thanks for sharing the URL of the website. Please visit this page and select the additional weights you want to use and then save those changes. Once you do that, the other weights will be available to use in the website within few minutes.
Here is the link: https://fonts.adobe.com/my_fonts#web_projects-section
Let us know if that helps.
Regards,
Tarun
Copy link to clipboard
Copied
Yes, we were able to find the probblem. The @Import which had all of the weights was not working, but in another part of the code we were using <link> method which WAS working, but didn't have all of the weights selected, so we just removed the @Import and updated the href on the link tag, and t now works. Thanks!