c9978d20d5
See https://github.com/puppeteer/puppeteer/pull/6996#issuecomment-811546501 and https://github.com/puppeteer/puppeteer/pull/6996#issuecomment-813797393 for context. Issue: #7038
10 lines
166 B
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;
|
|
}
|