.md-typeset> ::before {
    font-family: "FontAwesome";
    margin-right: .3em;
    display: inline-block !important;
}

.md-typeset h2::before {
    content: "\f02d " !important;
}

.md-typeset h3::before {
    content: "\f0a9" !important;
}
