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

@import

\*/

@import url('theme/toolbox.css');

@import url('module/page/widget.css');
@import url('module/text/widget.css');
@import url('module/draw/canvas.css');

/*\

@font-face

\*/

@font-face {
	font-family:comicSans;
	src:local('Comic Sans'),local('Comic Sans MS'),url('font/comic.ttf');
}

@font-face {
	font-family:helvetica;
	src:local('Helvetica'),url('font/helvetica.ttf');
}</pre></body></html>