Blame view

storage/css/news/fonts.css 2.25 KB
69f61c7a5   Андрей Ларионов   Работа над pdf
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
54
55
56
57
58
59
60
61
62
63
64
65
  @font-face {
      font-family: 'Circe';
      src: url('../fonts/Circe-Regular.eot');
      src: local('Circe'), local('Circe-Regular'),
          url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Circe-Regular.woff') format('woff'),
          url('../fonts/Circe-Regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'Circe';
      src: url('../fonts/Circe-ExtraLight.eot');
      src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
          url('../fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Circe-ExtraLight.woff') format('woff'),
          url('../fonts/Circe-ExtraLight.ttf') format('truetype');
      font-weight: 200;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'Circe';
      src: url('../fonts/Circe-Thin.eot');
      src: local('Circe Thin'), local('Circe-Thin'),
          url('../fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Circe-Thin.woff') format('woff'),
          url('../fonts/Circe-Thin.ttf') format('truetype');
      font-weight: 100;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'Circe';
      src: url('../fonts/Circe-Light.eot');
      src: local('Circe Light'), local('Circe-Light'),
          url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Circe-Light.woff') format('woff'),
          url('../fonts/Circe-Light.ttf') format('truetype');
      font-weight: 300;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'Circe';
      src: url('../fonts/Circe-Bold.eot');
      src: local('Circe Bold'), local('Circe-Bold'),
          url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Circe-Bold.woff') format('woff'),
          url('../fonts/Circe-Bold.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'Circe';
      src: url('../fonts/Circe-ExtraBold.eot');
      src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
          url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Circe-ExtraBold.woff') format('woff'),
          url('../fonts/Circe-ExtraBold.ttf') format('truetype');
      font-weight: 800;
      font-style: normal;
  }