<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: 'REDCap-icon';
    src: url('redcap-icon-regular.ttf'),
    url('redcap-icon-regular.eot'); /* IE9+ */
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'REDCap-icon';
    content: attr(data-icon);
    speak: none;
}
</pre></body></html>