Bohemianbela Posted March 22 Posted March 22 Hi Everyone, I am struggling to get the custom fonts to work with the WEGLOT plugin. My client also really wants a font for Hebrew that is not available on Google Fonts. I have the font downloaded in a txt file, and would love to use that if possible. Alternatively, if I could just get the code to work for her second choice of font via Google fonts. Here is the code I am using that is not working. Please help! Bela
tuanphan Posted March 25 Posted March 25 If you share site url + font file, I think we can use CSS font face code to achieve this Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted November 30 Posted November 30 To apply custom font on WeGlot, you can use CSS code like this to Custom CSS box. @font-face { font-family: Apercu; src: url(https://static1.squarespace.com/static/6672ecf757a5d945cabc3965/t/66e01609ac14a73bef58cee0/1725961737346/ApercuPro-Bold.ttf); } div.language-picker * { font-family: Apercu !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment