puppeteer/third_party/phantomjs/test/www/regression/pjs-10690/font.css

8 lines
159 B
CSS
Raw Normal View History

2017-05-11 07:06:41 +00:00
@font-face {
font-family: 'WindsongRegular';
src: url("Windsong.ttf") format("truetype");
}
h1 {
font: 90px/98px "WindsongRegular", Arial, sans-serif;
}