mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
14 lines
197 B
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;
|
|
} |