Reproduction: https://github.com/vladh/nuxt-duplicate-css-reproduction
entry.css contains:
@font-face{font-family:Work Sans;src:local("Work Sans Regular Italic"),local("Work Sans Italic") …
But this is reached via <link>, whereas the rest of the styles are inlined into <style> tags (notwithstanding nuxt/nuxt#35255).
I would expect the @font-face declarations to be inlined if some or all of the rest of the styles are inlined.
Reproduction: https://github.com/vladh/nuxt-duplicate-css-reproduction
entry.csscontains:But this is reached via
<link>, whereas the rest of the styles are inlined into<style>tags (notwithstanding nuxt/nuxt#35255).I would expect the
@font-facedeclarations to be inlined if some or all of the rest of the styles are inlined.