- Go to:
Dashboard → Site administration → Appearance → Themes → space
- Go to:
Advanced
tab - Scroll to Additional Fonts for different languages section
- Check:
Add more fonts
- Select how many fonts you want to use
- Save
- Return to section
- Fill ‘Font family’ and ‘Language Code’ e.g ‘ru’
Google Fonts
with multiple font family:
https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@400;500;700&display=swap
Custom Web Font
<link rel="stylesheet" href="https://use.typekit.net/rwb4gjx.css">
<style type="text/css">
[lang="ru"] body {
font-family: source-code-pro, monospace;
}
[lang="fa"] body {
font-family: quicksand, sans-serif;
}
</style>