We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This error:
core.cljs:187 GET http://localhost:7000/[%22MagistralC%20Bold%22] net::ERR_ABORTED
core.cljs:187
` comes from this code:
`(def magistralc-bold (font :system ["MagistralC Bold"] :opentype "magistralc-bold.otf"))
(def font-2 {:t 18 :tf magistralc-bold :tc white}) ` but that font is in my resource folder (where everything else is found).
Could it be that UI is searching for it in the filesystem by the :system value instead of the :opentype value?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This error:
core.cljs:187
GET http://localhost:7000/[%22MagistralC%20Bold%22] net::ERR_ABORTED`
comes from this code:
`(def magistralc-bold (font :system ["MagistralC Bold"] :opentype "magistralc-bold.otf"))
(def font-2 {:t 18 :tf magistralc-bold :tc white})
`
but that font is in my resource folder (where everything else is found).
Could it be that UI is searching for it in the filesystem by the :system value instead of the :opentype value?
The text was updated successfully, but these errors were encountered: