Skip to content

Instantly share code, notes, and snippets.

Created June 9, 2015 18:47
Show Gist options
  • Save anonymous/ae895e6f9739c89ac9cb to your computer and use it in GitHub Desktop.
Save anonymous/ae895e6f9739c89ac9cb to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?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">
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<style type="text/css">
/* latin */
@font-face {
font-family: 'Indie Flower';
font-style: normal;
font-weight: 400;
src: local('Indie Flower'), local('IndieFlower'), url("http://fonts.gstatic.com/s/indieflower/v7/10JVD_humAd5zP2yrFqw6hampu5_7CjHW5spxoeN3Vs.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
svg {
font-family: 'Indie Flower';
font-weight: normal;
font-style: normal;
font-size: 5em;
}
</style>
</defs>
<text style="" x="0" y="100">
Text using CSS @font-face
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment