forked from wpengine/frost
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: Adding our build process chore: Update readme
- Loading branch information
Showing
54 changed files
with
6,163 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.