mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-09 09:02:15 +01:00
v3.0.0 (#18)
This commit is contained in:
28
test/testdata/html/style.css
vendored
Normal file
28
test/testdata/html/style.css
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.google-font {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Local';
|
||||
src: url('font.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.local-font {
|
||||
font-family: 'Local'
|
||||
}
|
||||
|
||||
@media print {
|
||||
.page-break-after {
|
||||
page-break-after: always;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user