work in Storybook? Thank you",[2889],{"name":2879,"color":2880},77,"How do we make nuxt-icon work in Storybook?","2025-01-17T10:54:58Z","https://github.com/nuxt/icon/issues/77",0.7615245,{"description":2896,"labels":2897,"number":217,"owner":2868,"repository":2904,"state":2905,"title":2906,"updated_at":2907,"url":2908,"score":2909},"Is it possible to specify the priority of downloading files by their extension (woff 2, woff, tff)? Now, if a folder contains both ttf and woff2 at the same time, then the module loads tff. Or do I only need to store fonts in woff2 format?\r\n\r\n\r\n\r\n",[2898,2901],{"name":2899,"color":2900},"bug","d73a4a",{"name":2902,"color":2903},"needs reproduction","C94E53","fonts","closed","Allow downloading priority by extensions","2024-09-23T12:02:52Z","https://github.com/nuxt/fonts/issues/135",0.7182515,{"description":2911,"labels":2912,"number":2916,"owner":2868,"repository":2917,"state":2905,"title":2918,"updated_at":2919,"url":2920,"score":2921},"### 🆒 Your use case\n\nThe current Google Analytics registry does not use [consent mode](https://developers.google.com/tag-platform/security/guides/consent?consentmode=advanced). This is used for communicating the user's consent status to Google.\n\n### 🆕 The solution you'd like\n\nI would like to have it as part of the options for the registry script so I can easily define default consent settings as well as the option of opting into consent mode v2.\n\n### 🔍 Alternatives you've considered\n\nCurrently I have opted to just copy the registry script and redefine it with an expanded clientInit property since the default consent needs to be set before `gtag('js', ...)` and `gtag('config', ...)` is called.\r\n\r\n```ts\r\n[...]\r\nclientInit: import.meta.server\r\n ? undefined\r\n : () => {\r\n window.dataLayer = window.dataLayer || []\r\n window.gtag = function () {\r\n // eslint-disable-next-line prefer-rest-params\r\n window.dataLayer.push(arguments)\r\n }\r\n\r\n window.gtag('consent', 'default', {\r\n ad_user_data: 'denied',\r\n ad_personalization: 'denied',\r\n ad_storage: 'denied',\r\n analytics_storage: 'denied',\r\n })\r\n window.gtag('set', { ads_data_redaction: 'true' })\r\n\r\n window.gtag('js', new Date())\r\n window.gtag('config', website.analytics4Key)\r\n },\r\n[...]\r\n```\n\n### ℹ️ Additional info\n\n_No response_",[2913],{"name":2914,"color":2915},"enhancement","a2eeef",243,"scripts","Add consent mode for Google Analytics registry script","2025-02-18T20:30:05Z","https://github.com/nuxt/scripts/issues/243",0.7183684,{"description":2923,"labels":2924,"number":2925,"owner":2868,"repository":2904,"state":2905,"title":2926,"updated_at":2927,"url":2928,"score":2929},"Here is my config code\r\n\r\n```\r\nfamilies: [\r\n {\r\n name: 'Display',\r\n src: '/fonts/Display/',\r\n weights: ['200', '300', '400', '500', '700', '900'],\r\n display: 'swap',\r\n },\r\n {\r\n name: 'Narr',\r\n src: '/fonts/Narr/',\r\n weights: ['100', '300', '400', '500', '700', '900'],\r\n display: 'swap',\r\n },\r\n ],\r\n```\r\nand this structure of my font file\r\n\r\n\u003Cimg width=\"347\" alt=\"image\" src=\"https://github.com/nuxt/fonts/assets/19503892/ca4df9b5-7d5a-4193-b79b-1a3a3b406737\">\r\n\r\n\r\n\r\n**The Narr font is already readable**, and the display font not readable like this.\r\n\r\n\r\n\u003Cimg width=\"796\" alt=\"image\" src=\"https://github.com/nuxt/fonts/assets/19503892/61f3d912-b63c-40a6-b1c1-0825543fe23e\">",[],165,"Two local fonts familly, Only one legible","2024-05-30T21:18:42Z","https://github.com/nuxt/fonts/issues/165",0.73558855,{"description":2931,"labels":2932,"number":2933,"owner":2868,"repository":2869,"state":2905,"title":2934,"updated_at":2935,"url":2936,"score":2937},"```vue\r\n\u003CIcon name=\"uil:github\" v-if=\"true\" />\r\n\u003Ctemplate v-if=\"true\">\r\n \u003CIcon name=\"uil:github\" />\r\n\u003C/template>\r\n```\r\nwhen use `Icon` with v-if, the whole icon become tiny samll.\r\n\r\n\r\n",[],81,"size not effective when use v-if","2023-06-06T14:45:00Z","https://github.com/nuxt/icon/issues/81",0.74784887,{"description":2939,"labels":2940,"number":2941,"owner":2868,"repository":2869,"state":2905,"title":2942,"updated_at":2943,"url":2944,"score":2945},"\"i-material-symbols-light-mode-outline\" parses incorrectly as `material-symbols-light:mode-outline` (note the position of the colon in the string) instead of `material-symbols:light-mode-outline`\n\n`\u003CIcon name=\"i-material-symbols-light-mode-outline\" />` doesn't work. // uses unocss format\n`\u003CIcon name=\"material-symbols:light-mode-outline\" />` works fine. // iconify format\n\n**Reproduction**\n\nhttps://stackblitz.com/edit/nuxt-icon-playground-dcclkm?file=app.vue\n\nThank you for looking into this. Cheers! ",[],303,"Icon name in unocss format is getting parsed incorrectly","2024-11-20T15:10:06Z","https://github.com/nuxt/icon/issues/303",0.75170726,{"description":2947,"labels":2948,"number":2949,"owner":2868,"repository":2869,"state":2905,"title":2950,"updated_at":2951,"url":2952,"score":2953},"",[],319,"Request to the server bundled icon is return randomly icons on production website","2024-12-10T16:10:36Z","https://github.com/nuxt/icon/issues/319",0.752207,{"description":2955,"labels":2956,"number":2957,"owner":2868,"repository":2958,"state":2905,"title":2959,"updated_at":2960,"url":2961,"score":2962},"Hey!\n\nI've seen that https://nuxt.com/docs/api/composables/use-id is linked here and there but gives a 404 at the moment. Maybe we should redirect to https://vuejs.org/api/composition-api-helpers.html#useid instead?",[],1787,"nuxt.com","Redirect old useId page to Vue docs","2025-02-13T18:28:03Z","https://github.com/nuxt/nuxt.com/issues/1787",0.7538521,["Reactive",2964],{},["Set"],["ShallowReactive",2967],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLKDSaeUkH1PZZbQGPwbF2IFa6tgH4e9no-NG9lsivdI":-1},"/nuxt/fonts/240"]