Block until web font loads

merge-requests/8/head
Bob Mottram 2020-07-12 19:36:29 +00:00
parent 950bda0039
commit e1347efb20
6 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@
font-family: 'Bedstead';
font-style: normal;
font-weight: normal;
font-display: swap;
font-display: block;
src: url('./fonts/bedstead.otf') format('opentype');
}

View File

@ -19,7 +19,7 @@
font-family: 'Bedstead';
font-style: normal;
font-weight: normal;
font-display: swap;
font-display: block;
src: url('./fonts/bedstead.otf') format('opentype');
}

View File

@ -36,7 +36,7 @@
font-family: 'Bedstead';
font-style: normal;
font-weight: normal;
font-display: swap;
font-display: block;
src: url('./fonts/bedstead.otf') format('opentype');
}

View File

@ -25,7 +25,7 @@
font-family: 'Bedstead';
font-style: normal;
font-weight: normal;
font-display: swap;
font-display: block;
src: url('./fonts/bedstead.otf') format('opentype');
}

View File

@ -56,7 +56,7 @@
font-family: 'Bedstead';
font-style: normal;
font-weight: normal;
font-display: swap;
font-display: block;
src: url('./fonts/bedstead.otf') format('opentype');
}

View File

@ -25,7 +25,7 @@
font-family: 'Bedstead';
font-style: normal;
font-weight: normal;
font-display: swap;
font-display: block;
src: url('./fonts/bedstead.otf') format('opentype');
}