Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
This is limitation of our base theme Nucleus. It does has a feature "Typography" to configure Google webfonts for the template, but it does not support to select other character set except Latin yet.
There are solutions to use Cyrillic Google Webfonts in TB Corpal. Below is one of them:
* Go to http://www.google.com/fonts > Go to Quick-use section of a Cyrillic Google font you want to use
* Go to "Choose the character sets you want" and check Cyrillic
* Go to "Add this code to your website" and copy the code (Ex: <link href='http://fonts.googleapis.com/css?family=Noto+Serif' rel='stylesheet' type='text/css'> )
* Go to your site folder
* Open the file sites/all/themes/tb_corpal/tpl/html.tpl.php
* Paste the above code into the head tag and save the file
* Log in your site as administrator
* Go to Appearance > TB Corpal settings > Typography
* Select Google webfont and then enter name of your selected Google font
* Save configuration
Comments
Comment #1
themebrain commentedHi Nikita,
This is limitation of our base theme Nucleus. It does has a feature "Typography" to configure Google webfonts for the template, but it does not support to select other character set except Latin yet.
There are solutions to use Cyrillic Google Webfonts in TB Corpal. Below is one of them:
* Go to http://www.google.com/fonts > Go to Quick-use section of a Cyrillic Google font you want to use
* Go to "Choose the character sets you want" and check Cyrillic
* Go to "Add this code to your website" and copy the code (Ex: <link href='http://fonts.googleapis.com/css?family=Noto+Serif' rel='stylesheet' type='text/css'> )
* Go to your site folder
* Open the file sites/all/themes/tb_corpal/tpl/html.tpl.php
* Paste the above code into the head tag and save the file
* Log in your site as administrator
* Go to Appearance > TB Corpal settings > Typography
* Select Google webfont and then enter name of your selected Google font
* Save configuration
Comment #2
quantix2 commentedThank you!
Actualy works only with custom font option instead "Google webfont"