0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test/assets/cached/one-style-font.css

10 lines
166 B
CSS

@font-face {
font-family: 'one-style';
src: url('./one-style.woff') format('woff');
}
body {
background-color: pink;
font-family: 'one-style', sans-serif;
}