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

Fonts imported from the web don't load #399

Open
jameskirsop opened this issue Dec 11, 2017 · 1 comment
Open

Fonts imported from the web don't load #399

jameskirsop opened this issue Dec 11, 2017 · 1 comment

Comments

@jameskirsop
Copy link

Please paste the output of uzbl-core --bug-info here:

Commit: v0.9.1-191-g676b47e3
GTK compile: 3.22.11
GTK run: 3.22.11
WebKit compile: 2.16.6
WebKit run: 2.16.6
WebKit2: 1
libsoup compile: 2.56.0
libsoup run: 2.56.0

Is there a specific website which shows the problem?
Yes, an an internal one.

If it is related to a crash on a website, do other WebKit-based browsers
exhibit the same symptoms? Other browsers include surf, midori, jumanji, dwb,
and sugar-browse.
No - I'm using Safari on my macOS machine and it's fine.

My issue is that fonts loaded via a CSS @import statement over the internet (https:// to google's font library) appear to be ignored. Opening the inspector and viewing the Resources tab indicates that they're not loaded at all. Local fonts (on the same web server as the loaded page) seem to load OK.
I'm trying to load the Roboto and Roboto Condensed fonts.

The specific CSS Import statement is:
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:400,700|Open+Sans:400,600,700);

@mathstuf
Copy link
Member

Safari isn't "WebKit" as far as we can baseline it on. Apple uses their own copy with a different front end. Could you try with another WebKitGTK-based browser?

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

No branches or pull requests

2 participants