Fix italic font

main
Bob Mottram 2021-02-03 14:41:01 +00:00
parent 65323ee4b4
commit cdf300eb47
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: var(--calendar-header-font-style); font-style: italic;
font-weight: normal; font-weight: normal;
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');

View File

@ -158,7 +158,7 @@
@font-face { @font-face {
font-family: 'Bedstead'; font-family: 'Bedstead';
font-style: var(--italic-font-style); font-style: italic;
font-weight: normal; font-weight: normal;
font-display: block; font-display: block;
src: url('./fonts/bedstead.otf') format('opentype'); src: url('./fonts/bedstead.otf') format('opentype');