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

/* IE */
@import url(http://fonts.googleapis.com/css?family=Trykker|Cutive);

.webfont { font-family: 'Cutive', serif; }
.webfont2 { font-family: 'Trykker', serif; }

h3, ul {
font-weight: nomal;
font-family: WebSymbolsRegular,sans-serif;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'WebSymbolsRegular';
    src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('eot'),
         url('fonts/websymbols-regular-webfont.woff') format('woff'),
         url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}

.komozi {
font-weight: nomal;
font-family: WebSymbolsRegular,sans-serif;
}</pre></body></html>