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

_fonts.scss « common « scss « assets - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99e8b56bd6bada821699153d5f37d1087c96e79c (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@font-face {
  font-family: Jost;
  src: local("Jost"), url(/fonts/vendor/jost/Jost-400-Book.otf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: local("Jost"), url(/fonts/vendor/jost/Jost-400-BookItalic.otf);
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: Jost;
  src: local("Jost"), url(/fonts/vendor/jost/Jost-500-Medium.otf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: local("Jost"), url(/fonts/vendor/jost/Jost-500-MediumItalic.otf);
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}

/*
@font-face {
  font-family: Jost;
  src: local("Jost"), url(/fonts/vendor/jost/Jost-600-Semi.otf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: local("Jost"), url(/fonts/vendor/jost/Jost-600-SemiItalic.otf);
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Jost;
  src: local("Jost"), url(/fonts/vendor/jost/Jost-700-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
*/