Home › Forums › Support › Different font for each language This topic has 7 replies, 3 voices, and was last updated 5 years, 10 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts October 1, 2017 at 9:44 am #395408 Roy Hi, I use Polylang for creating a multi language website (in Hebrew and English). Is there an option to set that the font for hebrew will be “Arimo” and for english it will be “Open Sans”? The Customizer allows to set only one language. Thanks, Roy October 1, 2017 at 6:51 pm #395602 TomLead Developer Lead Developer Hi Roy, Which element are you applying it to? The body? October 1, 2017 at 11:10 pm #395677 Roy Hi Tom, Thanks for the quick reply. I would like to apply it for the body, all headings, navigation menus and widgets. Thanks October 2, 2017 at 9:17 am #395943 TomLead Developer Lead Developer Hmm, ok. Can you link me to a page in each language possibly? October 2, 2017 at 9:50 am #395961 Roy Thanks! English: http://gilad.rbwise.com/services/ Hebrew: http://gilad.rbwise.com/he/%D7%A9%D7%99%D7%A8%D7%95%D7%AA%D7%99%D7%9D/ October 2, 2017 at 7:53 pm #396252 TomLead Developer Lead Developer Try adding this CSS: html[lang="he-IL"] body { font-family: Arimo; } Then this function: add_filter( 'generate_typography_google_fonts', 'tu_add_extra_fonts' ); function tu_add_extra_fonts( $google_fonts ) { return $google_fonts . '|Arimo'; } Let me know if this helps or not 🙂 April 23, 2019 at 9:51 pm #877147 Kyro Peregrin Thanks I need this, My question is how about I already upload the custom font of my website. I already manage to use the custom font in english but now i want to call the font in arabic (DRIOD ARABIC KUFI). April 24, 2019 at 7:26 am #877693 TomLead Developer Lead Developer You should just be able to add the Arabic version like the English version: https://docs.generatepress.com/article/adding-local-fonts/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In