Theme / Plugin Developers
Yabe Webfont is developer friendly. You can easily integrate Yabe Webfont into your theme or plugin with the available function.
To get the font families, you can use \Yabe\Webfont\Utils\Font::get_fonts()
function.
Example:
Output example:
You can get the CSS variables of the font added to the Yabe Webfont.
$family_name
is the font family name.
Example:
And you can use it in your CSS.