phantomjs/test/set/690-ttf-crash/font.css

10 lines
206 B
CSS

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