Files
gotenberg/test/testdata/chromium/html/sample11/style.css

14 lines
197 B
CSS

@font-face {
font-family: 'Local';
src: url('font.woff') format('woff');
font-weight: normal;
font-style: normal;
}
#extra {
font-family: 'Local'
}
#not {
display: none;
}