Added Font Awesome 5 Free; unlinked from fonts.obormot.net
This commit is contained in:
parent
3c5bc81288
commit
31c155c8db
@ -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 */
|
/* HK GROTESK */
|
||||||
/**************/
|
/**************/
|
||||||
|
|||||||
BIN
assets/fonts/FontAwesome/fa-brands-400.otf
Normal file
BIN
assets/fonts/FontAwesome/fa-brands-400.otf
Normal file
Binary file not shown.
BIN
assets/fonts/FontAwesome/fa-regular-400.otf
Normal file
BIN
assets/fonts/FontAwesome/fa-regular-400.otf
Normal file
Binary file not shown.
BIN
assets/fonts/FontAwesome/fa-solid-900.otf
Normal file
BIN
assets/fonts/FontAwesome/fa-solid-900.otf
Normal file
Binary file not shown.
@ -1,5 +1,4 @@
|
|||||||
<script>window.GW = { };</script>
|
<script>window.GW = { };</script>
|
||||||
<link rel='stylesheet' type='text/css' href='https://fonts.obormot.net?fonts=*'>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/deus/assets/css/fonts.css'>
|
<link rel='stylesheet' type='text/css' href='/deus/assets/css/fonts.css'>
|
||||||
<link rel='stylesheet' type='text/css' href='/deus/assets/css/main.css'>
|
<link rel='stylesheet' type='text/css' href='/deus/assets/css/main.css'>
|
||||||
<link rel='stylesheet' type='text/css' href='/deus/assets/css/image-focus.css'>
|
<link rel='stylesheet' type='text/css' href='/deus/assets/css/image-focus.css'>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user