diff options
Diffstat (limited to 'print/resources/style.css')
| -rw-r--r-- | print/resources/style.css | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index 79e34db8..ca3d393f 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -1,45 +1,43 @@ @font-face { - font-family: 'Barlow Condensed'; - font-style: normal; - font-weight: 400; - src: url(barlow_condensed.ttf) format('truetype'); -} - -@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 400; - src: url(barlow.ttf) format('truetype'); + src: url(fonts/barlow.ttf) format('truetype'); } - @font-face { font-family: 'Barlow'; font-style: normal; font-weight: 700; - src: url(barlow-bold.ttf) format('truetype'); + src: url(fonts/barlow-bold.ttf) format('truetype'); } @font-face { font-family: 'Barlow'; font-style: normal; font-weight: 800; - src: url(barlow-extra-bold.ttf) format('truetype'); + src: url(fonts/barlow-extra-bold.ttf) format('truetype'); } +@font-face { + font-family: 'Barlow Condensed'; + font-style: normal; + font-weight: 400; + src: url(fonts/barlow_condensed.ttf) format('truetype'); +} @font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 700; - src: url(barlow-condensed-bold.ttf) format('truetype'); + src: url(fonts/barlow-condensed-bold.ttf) format('truetype'); } @font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 800; - src: url(barlow-condensed-extra-bold.ttf) format('truetype'); + src: url(fonts/barlow-condensed-extra-bold.ttf) format('truetype'); } body { @@ -51,6 +49,10 @@ body { margin-bottom: 5mm; } +.condensed { + font-family: "Barlow Condensed", sans-serif; +} + * { box-sizing: border-box; } @@ -475,7 +477,6 @@ body { display: -ms-flexbox; /* IE 10 */ width: calc(100% - 50mm); height: 50%; - font-family: "Barlow Condensed", sans-serif; font-size: 10pt; } @@ -610,7 +611,6 @@ body { color: white; display: inline-block; font-size: 16px; - font-family: "Barlow", sans-serif; padding-left: 3px; padding-right: 3px; margin: 0px 1px 0px 1px; @@ -647,8 +647,6 @@ body { } .color-swatch { - font-family: "Barlow", sans-serif; - /* white text on dark colors doesn't print well unless it's bold */ font-weight: 700; font-size: 12pt; @@ -946,7 +944,6 @@ body { right: 1em; top: 1em; color: red; - font-family: "Barlow", sans-serif; font-size: 12pt; } |
