@font-face {
    font-family: "Anonymous Pro";
    src: local("Anonymice Powerline"),
         url(fonts/AnonymousPro.woff) format("woff2");
}

@font-face {
    font-family: "DejaVu Sans Mono";
    src: local("DejaVu Sans Mono for Powerline"),
         url(fonts/DejaVuSansMono.woff) format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DejaVu Sans Mono";
    src: local("DejaVu Sans Mono for Powerline"),
         url(fonts/DejaVuSansMono-Bold.woff) format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Hack";
    src: local("Hack"),
         url(fonts/Hack.woff) format("woff2");
}

@font-face {
    font-family: "Inconsolata";
    src: local("Inconsolata for Powerline"),
         url(fonts/Inconsolata.woff) format("woff2");
}

@font-face {
    font-family: "Inconsolata-g";
    src: local("Inconsolata-g for Powerline"),
         url(fonts/Inconsolata-g.woff) format('woff2');
}

@font-face {
    font-family: "Iosevka";
    src: local("Iosevka"),
         url(fonts/iosevka-term-medium.woff) format('woff2');
}

@font-face {
    font-family: "Liberation Mono";
    src: local("Literation Mono Powerline"),
         url(fonts/LiberationMono.woff) format("woff2");
}

@font-face {
    font-family: "PT Mono";
    src: local("PT Mono for Powerline"),
         url(fonts/PTMono.woff) format("woff2");
}

@font-face {
    font-family: "Source Code Pro";
    src: local("Source Code Pro for Powerline"),
         local("Sauce Code Powerline"),
         url(fonts/SourceCodePro.woff) format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Source Code Pro";
    src: local("Source Code Pro for Powerline"),
         local("Sauce Code Powerline"),
         url(fonts/SourceCodePro-Bold.woff) format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu Mono";
    src: local("Ubuntu Mono derivative Powerline"),
         url(fonts/UbuntuMono.woff) format("woff2");
}

@font-face {
    font-family: 'monofur for Powerline';
    src: local('MonofurForPowerline.woff2'),
         url(fonts/monofur/Monofur.woff) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monofur for Powerline';
    src: local('MonofurForPowerline.woff2'),
         url(fonts/monofur/Monofur-Bold.woff) format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'monofur for Powerline';
    src: local('MonofurForPowerline.woff2'),
         url(fonts/monofur/Monofur-Italic.woff) format('woff2');
    font-weight: normal;
    font-style: italic;
}