@font-face {
    font-family: 'Consolas';
    src: url('/fonts/consola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Consolas';
    src: url('/fonts/consolab.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Consolas';
    src: url('/fonts/consolai.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Consolas';
    src: url('/fonts/consolaz.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body,
#main, 
.wiki-content, 
#tinymce,
.ak-editor-content-area,
p, div, span, td, th, li, a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Consolas', monospace !important;
}