Welcome to mirror list, hosted at ThFree Co, Russian Federation.

league-gothic.css « league-gothic « fonts « theme « dist « reveal.js-master « revealjs « vendor « static - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44a33a14e3ca04d01d433aacd16fbe5a219b51cb (plain)
1
2
3
4
5
6
7
8
9
10
@font-face {
    font-family: 'League Gothic';
    src: url('league-gothic.eot');
    src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
         url('league-gothic.woff') format('woff'),
         url('league-gothic.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}