<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 * Glypha Font Face
 *
 */

@font-face {
	font-family:"Glypha";
	src:url("otf/GlyphaLTPro-Light.otf") format("opentype");
	font-style:normal;
	font-weight:500;
	font-stretch:normal;
}

@font-face {
	font-family:"Glypha";
	src:url("otf/GlyphaLTPro-Bold.otf") format("opentype");
	font-style:normal;
	font-weight:700;
	font-stretch:normal;
}

@font-face {
	font-family:"Glypha";
	src:url("otf/GlyphaLTPro-Roman.otf") format("opentype");
	font-style:normal;
	font-weight:normal;
	font-stretch:normal;
}</pre></body></html>