@font-face {
    font-family: 'Glyphicons';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/akfont.eot'); /* IE9 Compat Modes */
    src: local('glyphicon'), local('glyphicon'),
        url('../fonts/akfont.eot') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/akfont.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/akfont.woff') format('woff'), /* Modern Browsers */
        url('../fonts/akfont.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/akfont.svg') format('svg'); /* Legacy iOS */
    font-display: swap;
}