feat: add better provider support, icons, regen, and a lot more
This commit is contained in:
@@ -37,6 +37,12 @@ if (import.meta.client) {
|
||||
document.documentElement.style.setProperty('--accent-hinting', `${hinting.value}%`);
|
||||
});
|
||||
}
|
||||
|
||||
useHead({
|
||||
bodyAttrs: {
|
||||
class: 'font-sans'
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user