Justin Holmes
Justin Holmes
@mtzrmzia I ended up abandoning nuxt fonts and writing my own logic using https://unhead.unjs.io/, which is shipped with Nuxt.
@maxarias-io All nuxt fonts is doing is injecting `@fontFace` into your styling by using some conventions (e.g. how handle google fonts vs self hosted fonts). My code is just a...
I just found this stack overflow which will allow you handle this via modifiers. https://stackoverflow.com/a/77632807/30712847. This allowed me to autorotate based on exif data using the out of box nuxt/image...