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

_muli-400.css « font « css « src « gohugoioTheme « themes « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dba0049c9376e7d4a1a29d9454e710f595151ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

/* muli-400normal - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('/files/muli-latin-400.eot'); /* IE9 Compat Modes */
  src:
    local('Muli Regular '),
    local('Muli-Regular'),
    url('/files/muli-latin-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/files/muli-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
    url('/files/muli-latin-400.woff') format('woff'), /* Modern Browsers */
    url('/files/muli-latin-400.svg#muli') format('svg'); /* Legacy iOS */
}

/* muli-400italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: url('/files/muli-latin-400italic.eot'); /* IE9 Compat Modes */
  src:
    local('Muli Regular italic'),
    local('Muli-Regularitalic'),
    url('/files/muli-latin-400italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/files/muli-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/files/muli-latin-400italic.woff') format('woff'), /* Modern Browsers */
    url('/files/muli-latin-400italic.svg#muli') format('svg'); /* Legacy iOS */
}