This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Font_Manager::enqueue_google_font( string $font, array $weights = array(), boolean $skip_enqueue = false )

Enqueues a Google Font


Parameters

$font

(Required) font string.

$weights

(Optional) font weights.

Default value: array()

$skip_enqueue

(Optional) flag to skip enqueue and return url.

Default value: false


Source

File: inc/views/font_manager.php


			


Changelog

Changelog
Version Description
1.1.38 Introduced.