balsamine.2017-2018
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

fonts.less
text/plain

Download raw (605 bytes)

/**
 * This file holds the declaration of the fonts used in our layout.
 */


@font-face {
    font-family: 'Ume-condensed';
    src: url('/fonts/ume-stroke-stroke-master-condensed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ume-expanded';
    src: url('/fonts/ume-stroke-stroke-master-expanded.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ume-saison';
    src: url('/fonts/ume-stroke-stroke-saison2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}