Hey, you need yo use css in advance mode. although you can't use it on adwords at this point. My advise to you is use illustrator convert the text to outline and import as SVG to GWD.
@font-face {
font-family: fontNameFamily;
src: url(assets/fontName.otf);
}
p {
font-family: fontNameFamily;
}
good luck,
David Ashkenazi