Unable to use fonts locally and webfonts #1080
TheoOliveira
started this conversation in
General
Replies: 2 comments
-
Your @font-face {
font-family: 'Gotham';
font-style: normal;
font-weight: 900;
- src: url("assets/gotham-black.otf") format('otf');
+ src: url("assets/gotham-black.otf") format('opentype');
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm trying to use fonts that I have in an S3 bucket - is that possible? Does this need to be changed in any way?
|
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
-
on my tailwind config i've setup like this
monteserrat: ["'Monteserrat'", 'ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'], gotham: ['Gotham', 'Arial', 'sans-serif']
on my config file like this
on my main file like this:
yet the asset is not loaded at all nor i can't access the usage of montserrat
Beta Was this translation helpful? Give feedback.
All reactions