2025-01-20 15:59:12 +01:00
|
|
|
@font-face {
|
2025-01-20 18:24:09 +01:00
|
|
|
font-family: receipt-narrow;
|
2025-01-20 15:59:12 +01:00
|
|
|
src: absolute-image-url(
|
|
|
|
"/plugins/discourse-rewind/fonts/receipt-narrow.woff2"
|
|
|
|
)
|
|
|
|
format("woff2");
|
|
|
|
font-display: auto;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-stretch: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Jersey 20";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
|
|
|
src: absolute-image-url(
|
|
|
|
"/plugins/discourse-rewind/fonts/jersey-20-v2-latin-regular.woff2"
|
|
|
|
)
|
|
|
|
format("woff2");
|
|
|
|
}
|
2025-01-03 20:20:20 -06:00
|
|
|
|
2025-01-20 18:24:09 +01:00
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
|
|
|
font-family: "Pixelify Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: absolute-image-url(
|
|
|
|
"/plugins/discourse-rewind/fonts/pixelify-sans-v1-latin-regular.woff2"
|
|
|
|
)
|
|
|
|
format("woff2");
|
|
|
|
}
|
|
|
|
|
2025-01-03 20:20:20 -06:00
|
|
|
.rewind {
|
2025-01-20 18:24:09 +01:00
|
|
|
--jersey-heading: "Jersey 20", helvetica, arial, sans-serif;
|
2025-01-10 21:08:47 -06:00
|
|
|
--pixel-text: "receipt-narrow", sans-serif;
|
2025-01-20 18:24:09 +01:00
|
|
|
|
2025-01-03 20:20:20 -06:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5 {
|
2025-01-10 21:08:47 -06:00
|
|
|
font-family: var(--jersey-heading);
|
2025-01-06 11:53:18 -06:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2025-01-03 20:20:20 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
p,
|
2025-01-10 21:08:47 -06:00
|
|
|
span,
|
|
|
|
table,
|
|
|
|
td,
|
|
|
|
tr {
|
|
|
|
font-family: var(--pixel-text);
|
2025-01-06 11:53:18 -06:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2025-01-03 20:20:20 -06:00
|
|
|
}
|
|
|
|
}
|
2025-01-10 14:26:35 -06:00
|
|
|
|
|
|
|
h2.rewind-report-title {
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|