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

Font not found #2

Open
vigilancetech-com opened this issue May 9, 2018 · 0 comments
Open

Font not found #2

vigilancetech-com opened this issue May 9, 2018 · 0 comments

Comments

@vigilancetech-com
Copy link

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?

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