/* https://dbushell.com/2026/02/17/web-font-choice-and-loading-strategy/ */

@font-face {
	/* Default novela style (taken from css provided by novela download) */
	font-family: "novelaregular";
	src: url("/fonts/novela-regular-webfont.eot");
	src:
		url("/fonts/novela-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("/fonts/novela-regular-webfont.woff2") format("woff2"),
		url("/fonts/novela-regular-webfont.woff") format("woff"),
		url("/fonts/novela-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

/* Use ampersand from italic version of Baskerville also for regular version */
@font-face {
	font-family: "novelaregular";
	src: url("/fonts/LibreBaskerville-Italic.ttf") format("truetype");
	unicode-range: U+0026;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* https://github.com/impallari/Libre-Baskerville */
/* @font-face { */
/*   font-family: LibreBaskervilleRegular; */
/*   src: url("/fonts/LibreBaskerville-Regular.ttf") format("truetype"); */
/*   font-weight: normal; */
/*   font-style: normal; */
/*   font-display: swap; */
/* } */

/* Use ampersand from italic version of Baskerville also for regular version */
/* @font-face { */
/*   font-family: LibreBaskervilleRegular; */
/*   src: url("/fonts/LibreBaskerville-Italic.ttf") format("truetype"); */
/*   unicode-range: U+0026; */
/*   font-weight: normal; */
/*   font-style: normal; */
/*   font-display: swap; */
/* } */

@font-face {
	font-family: LibreBaskervilleItalic;
	src: url("/fonts/LibreBaskerville-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/* @font-face { */
/*   font-family: LibreBaskervilleBold; */
/*   src: url("/fonts/LibreBaskerville-Bold.ttf") format("truetype"); */
/*   font-weight: normal; */
/*   font-style: normal; */
/*   font-display: swap; */
/* } */
/**/
/* @font-face { */
/*   font-family: "mononoki"; */
/*   src: url("/fonts/mononoki-Regular.ttf") format("truetype"); */
/*   font-style: normal; */
/*   font-display: swap; */
/* } */
/**/
/* @font-face { */
/*   font-family: "mononoki"; */
/*   src: url("/fonts/mononoki-Italic.ttf") format("truetype"); */
/*   font-style: italic; */
/*   font-display: swap; */
/* } */
