mirror of https://gitlab.com/bashrc2/epicyon
Fix italic font
parent
65323ee4b4
commit
cdf300eb47
|
@ -28,7 +28,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Bedstead';
|
||||
font-style: var(--calendar-header-font-style);
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: block;
|
||||
src: url('./fonts/bedstead.otf') format('opentype');
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'Bedstead';
|
||||
font-style: var(--italic-font-style);
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: block;
|
||||
src: url('./fonts/bedstead.otf') format('opentype');
|
||||
|
|
Loading…
Reference in New Issue