I’m using a child theme of Twenty Twelve, with only some CSS tweaks.
After disabling AO totally, I got the answer:
If Additional CSS I use is smaller than n
length (the exact length is not sure at the moment), WordPress just outputs the CSS inline itself:
`
<style type=”text/css” id=”wp-custom-css”>@font-face {
font-family: ‘Futura Std’;
src: url(data:application/font-woff2;charset=utf-8;base64,09GMgABAAAAAAUoAA4AAAAACjQAAATWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhYbIBwqBmAAPBEICoNsgxALFAABNgIkAxwEIAWKcwc0w) format(‘woff2’);
font-weight: bold;
font-style: italic;
}
:root {
–font-size: 15px;
–fontstack-heading: ‘futura-std’, var(–fontstack-prefix) var(–fontstack-sans-serif);
}
.entry-header .entry-title,
article.format-link .entry-content p:last-child {
font-style: italic;
line-height: 1.2;
letter-spacing: -.025em;
}
.searchform > div input[type=text] {
border-radius: 4px;
width: 100%;
}
#searchsubmit {
display: none;
}</style>
`
If it’s larger than n
, it will be ?custom-css=xyz123
.
So actually AO does not support aggregating Additional CSS?