<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Oh right the wp_head hook, of course,
thanks!On 23/07/2014 02:15, Chip Bennett wrote:<br>
</div>
<blockquote
cite="mid:CAPdLKqd9FeeYU1CYh=ZVtX3u_hQsvNhdiBSAYExsEpLqNaJ_XA@mail.gmail.com"
type="cite">
<div dir="ltr">It must be enqueued, and hooked at an appropriate
action. If it's a stylesheet bundled with the Theme, it should
be enqueued via wp_enqueue_style(). If it's a directly output
<style>, then it should be in a callback, hooked into
wp_head.</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Tue, Jul 22, 2014 at 7:11 PM, Yentl
Bresseleers <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:hello@design311.com" target="_blank">hello@design311.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">How do you
correctly add a style tag to the head, do theme authors use
functions.php or can they add it in their header.php?<br>
<br>
Example, a theme author allows users to select a google
webfont for titles, now this webfont needs to be added to
the CSS.<br>
<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a moz-do-not-send="true"
href="mailto:theme-reviewers@lists.wordpress.org"
target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a moz-do-not-send="true"
href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers"
target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
theme-reviewers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a>
<a class="moz-txt-link-freetext" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a>
</pre>
</blockquote>
<br>
</body>
</html>