/*蒙语标题字体*/

@font-face {
    font-family: 'shmn_regular';
    src: url('fonts/menksoft2012.woff2') format('woff2'),
    url('fonts/menksoft2012.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mgq';
    src: url('fonts/MenkGarqag.woff');
    url('fonts/MenkGarqag.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.text-center {
    text-align: center;
}

.justify {
    text-align: justify;
}

* {
    font-family: 'mgq', "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", '微软雅黑', 'Courier', 'monospace';
    box-sizing: border-box;
}

.sxt{
    font-family: 'shmn_regular', "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", '微软雅黑', 'Courier', 'monospace';
}

.mn{
    font-family: 'shmn_regular', "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", '微软雅黑', 'Courier', 'monospace';
    box-sizing: border-box;
}


.vtl {
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr;
    -webkit-text-orientation: sideways-right;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}