puppeteer/third_party/phantomjs/test/www/regression/pjs-10690/font.css
2017-05-11 00:06:41 -07:00

8 lines
159 B
CSS

@font-face {
font-family: 'WindsongRegular';
src: url("Windsong.ttf") format("truetype");
}
h1 {
font: 90px/98px "WindsongRegular", Arial, sans-serif;
}