How to add Webkit Fonts to WordPress Themes

My initial thoughts are to implement the Webkit fonts inclusion either in the CSS file or the functions.php file. Both files being a part of the WordPress theme or child theme. A typical WebKit font file reference. <link rel=”stylesheet” href=”https://use.typekit.net/aa7aa7a.css” /> Where in the above aa7aa7a is a random project ident used for illustration only. […]

Read More… from How to add Webkit Fonts to WordPress Themes