Blame view

frontend/web/css/fonts.css 1.88 KB
4ca21c3e   Alexey Boroda   first commit
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
  /* font-family: "LatoRegular"; */

  @font-face {

      font-family: "Lato-Medium";

      src: url("../fonts/lato/LatoRegular.eot");

      src: url("../fonts/lato/LatoRegular.eot?#iefix")format("embedded-opentype"),

      url("../fonts/lato/LatoRegular.woff") format("woff"),

      url("../fonts/lato/LatoRegular.ttf") format("truetype");

      font-style: normal;

      font-weight: normal;

  }

  /* font-family: "LatoBold"; */

  @font-face {

      font-family: "Lato-Bold";

      src: url("../fonts/lato/LatoBold.eot");

      src: url("../fonts/lato/LatoBold.eot?#iefix")format("embedded-opentype"),

      url("../fonts/lato/LatoBold.woff") format("woff"),

      url("../fonts/lato/LatoBold.ttf") format("truetype");

      font-style: normal;

      font-weight: normal;

  }

  /* font-family: "LatoItalic"; */

  @font-face {

      font-family: "Lato-Italic";

      src: url("../fonts/lato/LatoItalic.eot");

      src: url("../fonts/lato/LatoItalic.eot?#iefix")format("embedded-opentype"),

      url("../fonts/lato/LatoItalic.woff") format("woff"),

      url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");

      font-style: normal;

      font-weight: normal;

  }

  /* font-family: "LatoLight"; */

  @font-face {

      font-family: "Lato-Light";

      src: url("../fonts/lato/LatoLight.eot");

      src: url("../fonts/lato/LatoLight.eot?#iefix")format("embedded-opentype"),

      url("../fonts/lato/LatoLight.woff") format("woff"),

      url("../fonts/lato/LatoLight.ttf") format("truetype");

      font-style: normal;

      font-weight: normal;

  }

  /* font-family: "LatoBoldItalic"; */

  @font-face {

      font-family: "LatoBoldItalic";

      src: url("../fonts/lato/LatoBoldItalic.eot");

      src: url("../fonts/lato/LatoBoldItalic.eot?#iefix")format("embedded-opentype"),

      url("../fonts/lato/LatoBoldItalic.woff") format("woff"),

      url("../fonts/lato/LatoBoldItalic.ttf") format("truetype");

      font-style: normal;

      font-weight: normal;

  }