mmaxfield@apple.com | 0b56182 | 2014-02-14 00:30:15 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <style> | ||||
5 | @font-face { | ||||
6 | font-family: 'SVGraffiti'; | ||||
7 | src: url("resources/graffiti.svg#SVGraffiti") format(svg) | ||||
8 | } | ||||
9 | body { | ||||
10 | font:100px 'SVGraffiti'; | ||||
11 | -webkit-text-decoration-skip: ink; | ||||
12 | text-decoration: underline; | ||||
13 | } | ||||
14 | </style> | ||||
15 | </head> | ||||
16 | <body> | ||||
17 | NSNorth Podcast | ||||
18 | </body> | ||||
19 | </html> |