-
Notifications
You must be signed in to change notification settings - Fork 348
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
Basic set-up questions/issues #238
Comments
|
Thanks for your reply! Got the homepage and parameters page done. Only thing not working is the font. I've edited /wordpress-hybrid-client/lib/index.html and added the following code to /wordpress-hybrid-client/config/config.scss
but it's not picking up the font. Also tried with html, body {...} but not working. What template code or css rule to use for the custom font? |
if you load the font:
and apply the css:
I do not see how it could not work |
Still not working. I had loaded the script via but changing it to javascript it's still not working. Can you confirm the two files are correct, eg adding the font js code to /wordpress-hybrid-client/lib/index.html (not copying the file anywhere) and the css rule /wordpress-hybrid-client/config/config.scss Also, if I add another font after Raleway, for example:
it does show Impact so clearly skips over Raleway. |
Make sure the font is loaded in the app by checking the network tab on devtools |
It's not being loaded, it shows as blocked: csp. How to fix? |
Content security policy:
=> http://stackoverflow.com/questions/33984908/google-fonts-violates-content-security-policy |
Thanks a bunch, working now! |
easy :P |
I have the following code in my lib/index.html and then :
and yet when I load the devserver, I get the following error: any idea why? |
I guess this will help http://stackoverflow.com/questions/33984908/google-fonts-violates-content-security-policy |
Hi,
how do we customise the following:
We can use:
which shows the Page List but how to modify that into showing one specific Page?
Thanks!
The text was updated successfully, but these errors were encountered: