summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/cached/one-style-font.css
blob: 6178de0350e98e1b1e43dbbeab3f829912c1acff (plain)
1
2
3
4
5
6
7
8
9
@font-face {
  font-family: 'one-style';
  src: url('./one-style.woff') format('woff');
}

body {
  background-color: pink;
  font-family: 'one-style', sans-serif;
}