/*
 * Temporary fallback icon-pack stylesheet.
 * The original Droggol Pack assets are missing in this repository snapshot.
 * Keep this file to avoid 404 -> text/html stylesheet responses in website editor mode.
 */

.dri::before {
    display: inline-block;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
