Embed google font in a svg file

Hello,

I have in my public folder few svg files. Now I want to use the google fonts in the svg files. Is their a way to do this? I tried this method but it doesn’t work:

<defs>
        <style type="text/css">@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');</style>
</defs