Replies: 1 comment
-
Shadcn's registry isn’t made to store binary files like .ttf. when you add it, it probably gets treated as plain text or corrupted. you could save the .ttf in your public/ directory or a fonts folder in your project, then use it in your CSS with @font-face. That should do the job |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
.tff
file that I want to save in my registry. I can add the registry item but its no longer in the proper file format. Is there a way to currently do this?Beta Was this translation helpful? Give feedback.
All reactions