Can I suppress loading Vantage fonts?
Loading the fonts package adds an extra 250 ms to my load time; I’d be happy
with using Ventura, Arial, or one of the other (default in browser) fonts.
If I change the Vantage fonts from Helvetica Neue to Ventura, Arial, or one of the other (default in browser) fonts, will that happen automagicically?
Getting rid of WP emojis dropped ~300 ms!
(I know this is small potatoes compared to the 800ms response time from my crummy web hosting, but I’m doing what I can w my part!)
https://www.dropbox.com/s/l1y7w2ivitqppj6/Screenshot%202017-05-06%2012.24.32.png?dl=0
Request Headers
Host www.pcmhpcc.com
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0
Accept application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8
Accept-Language en-US,en;q=0.5
Accept-En
coding identity
Referer
https://www.pcmhpcc.com/wp-content/cache/autoptimize/css/autoptimize_ef66af6c92d4102edb1180204496543d
.css
Cookie
__cfduid=d11063f476f005cde50fd6355912178b61494096068
Connection
keep-alive
Any ideas on speeding JQuery loading? I’m using autoptimize.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi VWFeature,
Preface: This will break certain icons. Such as the search button and Scroll to Top.
To do this you’ll need to create a child theme. Please follow the instructions outlined on this page but you’ll need to do a few things slightly differently. For style.css. Please open the vantage style sheet and copy everything after:
Add it to your child theme’s CSS. Now please remove the following CSS from your child theme:
@font-face { font-family: 'vantage-icons'; src: url('icons/vantage-icons.eot'); src: url('icons/vantage-icons.eot?#iefix') format('embedded-opentype'), url('icons/vantage-icons.woff') format('woff'), url('icons/vantage-icons.ttf?') format('truetype'), url('icons/vantage-icons.svg') format('svg'); font-weight: normal; font-style: normal; }Do not follow the functions.php structure – that’ll undo the above.
I recommend using Customizer Export/Import to move your theme settings from your parent to your child theme.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.