Font_Manager::add_google_font( string $font_family, string $font_weight = '400' )
Add a google font.
Parameters
- $font_family
-
(Required) font family.
- $font_weight
-
(Optional) font weight.
Default value: '400'
Source
File: inc/views/font_manager.php
Expand full source code Collapse full source code View on Github