kavanland
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

fonts.less
text/plain

Download raw (1.3 KB)

@font-face {
    font-family: 'Karla';
    src: url("/static/fonts/Karla-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Karla';
    src: url("/static/fonts/Karla-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Karla';
    src: url("/static/fonts/Karla-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Karla';
    src: url("/static/fonts/Karla-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'AX28';
    src: url("/static/fonts/Ax28Script.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tex Gyre Termes';
    src: url("/static/fonts/texgyretermes-regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tex Gyre Termes';
    src: url("/static/fonts/texgyretermes-italic.otf");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Tex Gyre Termes';
    src: url("/static/fonts/texgyretermes-bold.otf");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Tex Gyre Termes';
    src: url("/static/fonts/texgyretermes-bolditalic.otf");
    font-weight: bold;
    font-style: italic;
}