Hi again today

I have a totally blank document with zero elements inside. The page background is also hidden.

When I export this document and inspect the svg there is an external Google font embed added.

How am I able to remove this from my SVG export?

Example document:

example_doc_font_embed.xar

SVG export code:

HTML Code:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.7.0.0-->
<svg fill="none" fill-rule="evenodd" stroke="black" stroke-width="0.501" stroke-linejoin="bevel" stroke-miterlimit="10" font-family="Times New Roman" font-size="16" style="font-variant-ligatures:none" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1" overflow="visible" width="1875pt" height="2860.5pt" viewBox="0 -2860.5 1875 2860.5">
 <defs>
  <style type="text/css">@import url('https://themes.googleusercontent.com/fonts/css?family=Open Sans:400,600');</style>
 </defs>
</svg>
(See @import url line):

`<style type="text/css">@import url('https://themes.googleusercontent.com/fonts/css?family=Open Sans:400,600');</style>`