@font-face {
    font-family: 'Bloky_SK';
    src: url('../fonts/Bloky_SK.woff2') format('woff2'),
        url('../fonts/Bloky_SK.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.af {
    display: inline-block;
    font: normal normal normal 14px/1 Bloky_SK;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.af-big {
    font-size: 65px;
}

.af-design:before {
    content: "a";
}
.af-quality:before {
    content: "d";
}
.af-relation:before {
    content: "b";
}
.af-quick:before {
    content: "e";
}
.af-shipping:before {
    content: "f";
}
.af-price:before {
    content: "c";
}
.af-logo:before {
    content: "l";
}
