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