Custom 'current time' widget that uses project font

Hello,

I am trying to add a ‘current time’ clock widget to my website, following the instructions of this previous forum post:

I’ve added a font from Adobe Fonts to the font selector, Parabolica, and I’d like for this widget to have this font. Replacing the font-family property to ‘font-family: “Parabolica”;’ still leaves the widget with a default serif font. Is there an additional step for the code widget to recognize the fonts in my project?

You’ll probably need to make sure the Adobe Fonts CSS is actually loaded in the page where the widget is running. Just setting font-family won’t work if the font isn’t imported in that scope.