How to import external css font-face in vite lit element. I'm trying to put font family helvetica-neue-bold.woff and woff2 files in locally and import them as export default css@font-face { ...
I would like to use an Adobe OpenFace (Myriad Pro) font as the font for some text on a site that I am building. I really don't want to render the text as images if I can at all help it. I remember ...