<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "sow-ionicons";
    src: url("font/ionicons.eot");
    src: url("font/ionicons.eot") format("embedded-opentype"),
        url("font/ionicons.ttf") format("truetype"),
        url("font/ionicons.woff") format("woff"),
        url("font/ionicons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.sow-icon-ionicons {
    display: inline-block;
    font-family: "sow-ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sow-icon-ionicons[data-sow-icon]:before {
    content: attr(data-sow-icon);
}
</pre></body></html>