Project

General

Profile

1
/* You can add fonts */
2

    
3
@font-face {
4
  font-family: "CharterITCW05";
5
  src: url("assets/fonts/CharterITCW05-Regular.woff") format("woff");
6
}
7

    
8
/*@font-face {
9
  font-family: "HelveticaNeue";
10
  src: url("assets/fonts/HelveticaNeue-Regular.ttf") format("truetype");
11
}
12

    
13
@font-face {
14
  font-family: "PragmaticaMedium";
15
  src: url("assets/fonts/PragmaticaMedium.otf") format("opentype");
16
}*/
17

    
18

    
19
:host ::ng-deep {
20
  h1, h2, h3, h4, h5, h6 {
21
    font-family: "CharterITCW05";
22
  }
23

    
24
  /*label, .p-button, th {
25
    font-family: "PragmaticaMedium";
26
    font-weight: 100;
27
  }*/
28

    
29
  /** {
30
    :not(h1, h2, h3, h4, h5, h6, label, .p-button, th, .pi) {
31
      font-family: "HelveticaNeue";
32
      font-weight: 600;
33
    }
34
  }*/
35
}
(2-2/13)