/* https://github.com/file-icons/icons/blob/master/charmap.md */

@font-face {
    font-family: "fonticons";
    src: url("fonts/file-icons.woff2") format("woff"),
            url("fonts/file-icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "fonticons";
        src: url("fonts/file-icons.svg") format("svg");
    }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.fa-cwl:before,
.fa-python:before,
.fa-md:before,
.fa-yaml:before {
    display: inline-block;
    font-family: "fonticons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    /*line-height: 0;*/
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.fa-cwl:before { content: "\29D9"; }
.fa-python:before { content: "\EA94"; }
.fa-md:before { content: "\F0C9"; }
.fa-yaml:before { content: "\79"; }
  