<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
@font-face { | |
font-family: 'SVGraffiti'; | |
src: url("resources/graffiti.svg#SVGraffiti") format(svg) | |
} | |
body { | |
font:100px 'SVGraffiti'; | |
-webkit-text-decoration-skip: ink; | |
text-decoration: underline; | |
} | |
</style> | |
</head> | |
<body> | |
NSNorth Podcast | |
</body> | |
</html> |