Blame view

www/css/fontlato.css 1.79 KB
dce46e80   Alex Savenko   first push project
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/LatoRegular.eot");

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

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

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

      font-style: normal;

      font-weight: normal;

  }

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

  @font-face {

      font-family: "Lato-Bold";

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

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

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

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

      font-style: normal;

      font-weight: normal;

  }

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

  @font-face {

      font-family: "Lato-Italic";

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

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

      url("../fonts/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/LatoLight.eot");

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

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

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

      font-style: normal;

      font-weight: normal;

  }

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

  @font-face {

      font-family: "LatoBoldItalic";

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

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

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

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

      font-style: normal;

      font-weight: normal;

  }