Fix font naming for the docs.

This commit is contained in:
Ghazi Triki 2023-01-10 20:15:44 +01:00
parent 28a773e168
commit 50c4642a17

View File

@ -66,14 +66,14 @@ html {
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
src: url('/static/fonts/OpenSans-Semibold.ttf'); src: url('/static/fonts/OpenSans-SemiBold.ttf');
font-weight: bolder; font-weight: bolder;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
src: url('/static/fonts/OpenSans-SemiboldItalic.ttf'); src: url('/static/fonts/OpenSans-SemiBoldItalic.ttf');
font-weight: bolder; font-weight: bolder;
font-style: italic; font-style: italic;
} }