Twentyseventeen title font
-
* { font-family: "Univers Light", sans-serif; color: #46505A; text-transform: none !important; } .wf-active .site-description { font-family: "Univers Light", sans-serif; }If you click around in the menu of https://ubblogtest.wordpress.com the css gets loaded in a second step, making the title jump after each click.
Much better in Firefox (Mac, Win, iOS) than Chrome (Mac) or IE (Win)
The blog I need help with is: (visible only to logged in users)
-
As I mentioned in the other thread you posted in, we display text in the theme’s default font first. This way, people can start reading your content before the custom font loads, instead of waiting while looking at a blank page. This might mean that there’s a flash of a different font before the page finishes loading, but we think overall this is better for folks on slower connections than seeing a blank screen.
The CSS snippet above will display a blank screen instead.
.wf-loading body { visibility: hidden; } -
-
But is it necessary to reload the header after each click? It is the same for the whole site.
-
This CSS workaround is the only trick I know, other than sticking with a theme’s default fonts.
I’m not sure I understand your question about reloading the header, can you explain a bit more what you mean?
-
But is it necessary to reload the header after each click? It is the same for the whole site.
If you mean an app-like experience where the content would be loaded without the header section being reloaded each time a different page is clicked, that would require using something like ajax.
That isn’t currently possible.
-
-
-
-
(Same here: https://en.forums.wordpress.com/topic/font-bug-in-my-site-title-heading)
Would it be possible that you load the CSS for the site title first, then the text, then afterwards the rest of the CSS? The pages would still hop, but not so obviously.
I wouldn’t mind adding separate instructions in the CSS for the site title.
Or is there an instruction for “don’t reload the site title if I’m already on this site”?
-
We can’t control the load order of elements on the page, nor are we able to specify not to reload the site title if already on the site. If this is something that really bothers you a lot, my suggestion would be to stick with the theme’s default fonts.
-
- The topic ‘Twentyseventeen title font’ is closed to new replies.