Compare commits
7 Commits
06d87e4e7b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cb98637a22 | |||
| 80f5155251 | |||
| 5fc6bc1001 | |||
| bfebea630e | |||
| 4d2c279826 | |||
| ee89306e6f | |||
| 599896bde0 |
@@ -1,4 +1,4 @@
|
||||
# Website of Lars Winter
|
||||
# Billy CSS template
|
||||
|
||||
This is the css styling for invoices generated with [Billy](https://usebilly.app/en).
|
||||
|
||||
|
||||
Binary file not shown.
+8
-6
@@ -1,4 +1,4 @@
|
||||
/* Change global color variables
|
||||
/* Change global color variables
|
||||
https://usebilly.app/en/support/custom-css */
|
||||
|
||||
/* Change global color variables */
|
||||
@@ -18,10 +18,12 @@ h1 {
|
||||
color: #ff4500;
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.025em;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.address-row, .address-row span {
|
||||
font-family: "MD IO"
|
||||
font-family: "MD IO";
|
||||
font-feature-settings: "ss01" 1;
|
||||
}
|
||||
|
||||
/* Remove bold style */
|
||||
@@ -29,14 +31,14 @@ h1 {
|
||||
font-weight: normal !important; /* or font-weight: 400; */
|
||||
}
|
||||
|
||||
/* Disable circled numbers, activate square punctuation and legible forms for MD UI */
|
||||
/* Enable square punctuation and legible forms for MD UI */
|
||||
.address, .info-table td, .main-table td, .total-table td {
|
||||
font-feature-settings: "ss01" 1, "ss02" 1, "ss03" 0, "ss04" 0;
|
||||
font-feature-settings: "ss01" 1, "ss02" 1;
|
||||
}
|
||||
|
||||
/* Disable circled numbers for MD IO */
|
||||
/* Enable alternate ß for MD IO */
|
||||
.info-table th, .main-table th, .total-table th {
|
||||
font-feature-settings: "ss01" 1, "ss02" 0, "ss03" 0, "ss04" 0;
|
||||
font-feature-settings: "ss01" 1;
|
||||
}
|
||||
|
||||
/* Change table header to primary color */
|
||||
|
||||
Reference in New Issue
Block a user