\r\n \u003Cp>This is a test\u003C/p>\r\n \u003C/div>\r\n\u003C/template>\r\n\u003Cstyle>\r\np {\r\n font: 1.25rem/1.75rem Lato, serif;\r\n/* font-family: Lato, serif; */\r\n}\r\n\u003C/style>\r\n```\r\n\r\nIt seems to me that toggling betwen \"font:\" and \"font-family:\" in the css makes Lato (or any other font) appear or disappear in the devtools fonts tab. \r\n\r\nOf course, it's also possible that I might be doing something very stupid. Or that the fonts module does not respect \"fonts:\" by design.\r\n\r\nSometimes \"npm run dev\" is required to show this behaviour.\r\n\r\nExamples:\r\n\r\n\r\n\r\n\r\n",[3196,3199],{"name":3197,"color":3198},"bug","d73a4a",{"name":3200,"color":3201},"good first issue","7057ff",291,"fonts","closed","support scanning font families from \"font:\"","2024-10-01T15:09:50Z","https://github.com/nuxt/fonts/issues/291",0.6684956,{"description":3210,"labels":3211,"number":3202,"owner":3141,"repository":3213,"state":3204,"title":3214,"updated_at":3215,"url":3216,"score":3208},"### 🐛 The bug\n\nUsing a script composable with a custom trigger multiple times across the app can cause the following warning to appear during SSR:\n```\nMaxListenersExceededWarning: Possible EventTarget memory leak detected. 11 abort listeners added to [AbortSignal]. MaxListeners is 10. Use events.setMaxListeners() to increase limit\n```\n\nIn the reproduction I created a component which uses a meta pixel script with a consent trigger. List-rendering such a component can easily exhaust the amount of listeners that is \"available\" by default.\n\n~Deduplication of the script composable for instance via `createSharedComposable` from vueuse can temporarily work around this~ (don't do this or you lose script tags in ssr after first visit), however this will only delay the warning from appearing until more are added with a custom trigger as the app grows.\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-coxfcz\n\n### 🌈 Expected behavior\n\n🌈 \n\n### ℹ️ Additional context\n\nThe actual source where the event listener is added is in unhead (visible when `--trace-warnings` is enabled): https://github.com/unjs/unhead/blob/ad0c1bfba45ceca017058016182c910cfee220f8/packages/unhead/src/composables/useScript.ts#L158",[3212],{"name":3197,"color":3198},"scripts","Having too many script composables triggers MaxListenersExceededWarning on server side","2024-10-14T05:11:14Z","https://github.com/nuxt/scripts/issues/291",{"description":3218,"labels":3219,"number":3223,"owner":3141,"repository":3157,"state":3204,"title":3224,"updated_at":3225,"url":3226,"score":3227},"All information are [on the form](https://docs.google.com/forms/d/1wj_8SJSKsBbAl2LHP_FXN1hmX2F9q0exgnMgnqItOew/edit#response=ACYDBNiEAjSFS14oLMASHl7Bakxyba9MzTsV9gUM3-EFLRaQ9PcQISs5YXoEXTo2zojHPxo)\n\nAnd the logos are in your mailbox !",[3220],{"name":3221,"color":3222},"marketing","f5c828",1135,"[Partner page] Create Macopedia partner page","2023-06-06T12:14:39Z","https://github.com/nuxt/nuxt.com/issues/1135",0.6855859,{"labels":3229,"number":3237,"owner":3141,"repository":3141,"state":3204,"title":3238,"updated_at":3239,"url":3240,"score":3241},[3230,3233,3234],{"name":3231,"color":3232},"3.x","29bc7f",{"name":3197,"color":3198},{"name":3235,"color":3236},"🔨 p3-minor","FBCA04",14242,"ref is not defined when import.meta.glob is used when template has an html class","2023-01-19T17:30:08Z","https://github.com/nuxt/nuxt/issues/14242",0.7021028,{"description":3243,"labels":3244,"number":377,"owner":3141,"repository":3170,"state":3204,"title":3248,"updated_at":3249,"url":3250,"score":3251},"I have a custom composable (`useConsent`), which I am trying to mock. \r\nI'm importing the composable like so:\r\n\r\n`import { useConsent, useHead } from '#imports'`.\r\n\r\nThe import is recognized in `packages/vitest-environment-nuxt/src/modules/mock.ts`:\r\n```\r\n{\r\n name: \"default\",\r\n as: \"useConsent\",\r\n from: \"[...]/src/runtime/composables/useConsent.ts\",\r\n priority: undefined,\r\n}\r\n```\r\n\r\nEven though the import is recognized and no `\"Cannot find import to mock\"` error is thrown, the import is not mocked.\r\nIn the same file I am mocking `useHead`, that one is mocked without any issues.\r\n\r\nUsing `nuxt-vitest@0.8.4`\r\n",[3245],{"name":3246,"color":3247},"vitest-environment","b60205","custom composable without function name not mocked with `mockNuxtImport`","2023-12-02T00:17:13Z","https://github.com/nuxt/test-utils/issues/524",0.7105644,["Reactive",3253],{},["Set"],["ShallowReactive",3256],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fx5RHh7yS0UywnySiQ6mEfuOWnCM6mm8FSAOeCMDdEJY":-1},"/nuxt/icon/358"]