Skip to content

Commit

Permalink
improve: Adding our fonts
Browse files Browse the repository at this point in the history
improve: Adding our build process
chore: Update readme
  • Loading branch information
aaronware committed Jul 21, 2022
1 parent 3ec6dcd commit e47d1a8
Show file tree
Hide file tree
Showing 54 changed files with 6,163 additions and 684 deletions.
27 changes: 27 additions & 0 deletions assets/fonts/gilmer-outline.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
Font: Gilmer
Style: Outline
URL: https://www.youworkforthem.com/font/T9758/gilmer
Foundry: Piotr Lapa
Foundry: https://www.youworkforthem.com/designer/1166/piotr-lapa
Copyright: Copyright © 2018 by Piotr _apa. All rights reserved.
Version: 17
Created: August 17, 2018
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
font-family: 'Gilmer-Outline';
src: url('gilmer-outline.eot');
src: url('gilmer-outline.eot?#iefix') format('embedded-opentype'),
url('gilmer-outline.woff2') format('woff2'),
url('gilmer-outline.woff') format('woff'),
url('gilmer-outline.ttf') format('truetype'),
url('gilmer-outline.svg#youworkforthem') format('svg');
font-weight: normal;
font-style: normal;
}
27 changes: 27 additions & 0 deletions assets/fonts/gilmer-regular.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
Font: Gilmer
Style: Regular
URL: https://www.youworkforthem.com/font/T9758/gilmer
Foundry: Piotr Lapa
Foundry: https://www.youworkforthem.com/designer/1166/piotr-lapa
Copyright: Copyright © 2018 by Piotr _apa. All rights reserved.
Version: 17
Created: August 17, 2018
License: https://www.youworkforthem.com/font-license
License: The WebFont(s) listed in this document must follow the YouWorkForThem
WebFont license rules. All other parties are strictly restricted
from using the WebFonts(s) listed without a purchased license.
All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
font-family: 'Gilmer-Regular';
src: url('gilmer-regular.eot');
src: url('gilmer-regular.eot?#iefix') format('embedded-opentype'),
url('gilmer-regular.woff2') format('woff2'),
url('gilmer-regular.woff') format('woff'),
url('gilmer-regular.ttf') format('truetype'),
url('gilmer-regular.svg#youworkforthem') format('svg');
font-weight: normal;
font-style: normal;
}
Empty file added assets/js/ash.js
Empty file.
Loading

0 comments on commit e47d1a8

Please sign in to comment.