<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************/
/* This file contains open sans font defintion           */
/*********************************************************/
@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(./OpenSans-Light.woff) format('woff');
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(./OpenSans.woff) format('woff');
}

@font-face
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(./OpenSans-Bold.woff) format('woff');
}
</pre></body></html>