|
|
|
@@ -1,3 +1,43 @@ |
|
|
|
/****************/ |
|
|
|
/* FONT AWESOME */ |
|
|
|
/****************/ |
|
|
|
|
|
|
|
/* Font Awesome Free does not include the Light (300) weight. |
|
|
|
*/ |
|
|
|
/* |
|
|
|
@font-face { |
|
|
|
font-family: 'Font Awesome'; |
|
|
|
src: url('/deus/assets/fonts/FontAwesome/fa-light-300.ttf') format('truetype'); |
|
|
|
font-weight: 300; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
*/ |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: 'Font Awesome'; |
|
|
|
src: url('/deus/assets/fonts/FontAwesome/fa-regular-400.otf') format('opentype'); |
|
|
|
font-weight: 400; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: 'Font Awesome'; |
|
|
|
src: url('/deus/assets/fonts/FontAwesome/fa-solid-900.otf') format('opentype'); |
|
|
|
font-weight: 900; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
|
|
/***********************/ |
|
|
|
/* FONT AWESOME BRANDS */ |
|
|
|
/***********************/ |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: 'Font Awesome Brands'; |
|
|
|
src: url('/deus/assets/fonts/FontAwesome/fa-brands-400.otf') format('opentype'); |
|
|
|
font-weight: 400; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
|
|
/**************/ |
|
|
|
/* HK GROTESK */ |
|
|
|
/**************/ |