fix error and display of unknown font weight on success page (#2038)

This commit is contained in:
Lucy C
2022-12-06 16:00:02 -07:00
committed by GitHub
parent 4bb7998208
commit 92cd85b204

View File

@@ -61,6 +61,13 @@
src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;