Added Font Awesome 5 Free; unlinked from fonts.obormot.net

This commit is contained in:
Said Achmiz 2020-02-10 21:41:17 -05:00
parent 3c5bc81288
commit 31c155c8db
5 changed files with 40 additions and 1 deletions

View File

@ -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 */
/**************/

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,4 @@
<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/main.css'>
<link rel='stylesheet' type='text/css' href='/deus/assets/css/image-focus.css'>