Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import font JetBrains Mono #102

Open
freudarian opened this issue Aug 11, 2023 · 0 comments
Open

Cannot import font JetBrains Mono #102

freudarian opened this issue Aug 11, 2023 · 0 comments

Comments

@freudarian
Copy link

Installing: expo install @expo-google-fonts/JetBrains+Mono
results in "undefined": "@expo-google-fonts/JetBrains+Mono" in the package.json
Other fonts without spaces in the name so far have had no issues, this is what I get there:
"@expo-google-fonts/karla": "^0.2.3",

Google import js uses + in url, this was the only special char that installed 'something' in the bash. other special char did not work.
trying to import like this in my app.tsx:
import { /requested styles/ } from "@expo-google-fonts/jetbrains+mono"
again, no other special char works either. I get following error:
Cannot find module '@expo-google-fonts/jetbrains+mono' or its corresponding type declarations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant