Gets the style element for wrapping the @font-face
CSS.
Source
private function get_style_element() {
$attributes = $this->generate_style_element_attributes();
return "<style class='wp-fonts-local'{$attributes}>\n%s\n</style>\n";
}
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.