Forum Replies Created
-
AuthorPosts
-
Hi,
I want that my custom font type is used on the website, but as you see another font type is replaced it even if my custom fonts were added on the font-family property.
I cross-checked on Word, and it has the same result.Thanks
Hi Victoria,
Please use the account belowHi Rikard,
It doesn’t work. I added your CSS on Quick CSS of Chinese and use “WhatFont” addon of Chrome to test. And font type is Serif – regular:(
- This reply was modified 7 years, 4 months ago by rieckermann.
“Use any font” plugin does not work and it is not supported multilanguage.
Thanks for your suggestion. I updated some wrong UR. But it is still not working.
- This reply was modified 7 years, 4 months ago by rieckermann.
Sorry for reply lately.
I created a new folder – “fonts” on CSS folder and added my fonts, my font-face file with the below content:@import url(‘//fonts.googleapis.com/css?family=Open+Sans+Condensed’);
@font-face {
font-family: ‘NotoSans-Regular’;
src: url(‘/wp-content/themes/enfold/fonts/NotoSans-Regular.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: ‘NotoSans-Bold’;
src: url(‘/wp-content/themes/enfold/fonts/NotoSans-Bold.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: ‘NotoSansCJKsc-Demi’;
src: url(‘/wp-content/themes/enfold/css/fonts/NotoSansCJKsc-DemiLight.otf’) format(‘otf’);
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: ‘NotoSansCJKsc-Bold’;
src: url(‘/wp-content/themes/enfold/fonts/NotoSansCJKsc-Bold.otf’) format(‘otf’);
font-weight: normal;
font-style: normal;
}
……
After that, go to “/wp-content/uploads/dynamic_avia”, updated enfold_zh.css file to update font type for my chinese pages
body{font-family:’NotoSansCJKsc-Demi’,}Sorry for reply late. Please close this topic. Thanks a lot :)
Thanks for your reply. I founded the plugin for this task.
Thanks so much for all of the supports. Please close the topic.
Hi Ismael,
The script is still on function.php, but I try to deactivate our cache plugin and it is working.
Thanks so much for your support.Best regards,
Thanks for your reply.
Clear cache on my phone and test on other devices, it still not works.Hi Ismael,
Thank you for your reply. Your code is working when I test on my laptop with mobile size screen.
But when I test on my mobile, the problem is not fixed.
I look forward hearing from you soon.Thanks,
Hi all,
Do you understand the problem I meet or have any solution for it?
The layout of my page is broken on footer and section near footer on the page with Arabic languages.
If you look at the source of page, you will see “wrap-all” div not cover to the footer. Our team is stuck on that bug.
I provided admin account for you, please take a look and give me some ideas ASAP.Thanks,
Hello John,
Please look at link below on mobile size screen.
Thanks
- This reply was modified 7 years, 6 months ago by rieckermann.
Hi Victoria,
Please see the screenshots below:
When i resize window to size of phone
Not reponsive:
https://drive.google.com/file/d/0B_ha8eMHyKLpVlBRU20wNEk4Tm8/view?usp=sharing
https://drive.google.com/open?id=0B_ha8eMHyKLpaWRuTXhCYzlROFE
It should be:
https://drive.google.com/open?id=0B_ha8eMHyKLpeEF6ek9rdHdWaEk
https://drive.google.com/open?id=0B_ha8eMHyKLpd09NWkZ2bktjUVU- This reply was modified 7 years, 6 months ago by rieckermann.
-
AuthorPosts