wp-content/themes/twentyfourteen/functions.php:320Registers Lato font for Twenty Fourteen.
string function twentyfourteen_font_url() { $font_url = ''; /* * translators: If there are characters in your language that are not supported * by Lato, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Lato font: on or off', 'twentyfourteen' ) ) { $font_url = get_template_directory_uri() . '/fonts/font-lato.css'; } return $font_url; }Introduced in Twenty Fourteen 3.6 Replaced Google URL with self-hosted fonts.. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyfourteen/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.