Webfont loader

Hello,

I’m using google web font loader and I need a custom doctype and html tag. I’ve Soil installed.

doctype html
html lang=“en-GB”

I need the above removing so I can replace it with the below custom opening tags.

DOCTYPE html
if expr="$HTTP_COOKIE=/webfont-loaded=true/"
html lang=“en-GB” class=“wf-active” itemscope itemtype="http://schema.org/LocalBusiness"
else
html lang=“en-GB” itemscope itemtype=“http://schema.org/LocalBusiness”>
endif

Can you let me know how I can remove the default doctype and html header tag. It’s not defined in the templates/head.php so I’m assuming it’s being added in with Soil?

Any help would be appreciated.

Thanks, Stephen