-
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.
Streamlined build process for icon fonts'
- Loading branch information
ItsJonQ
committed
Mar 29, 2016
1 parent
d2a8c3d
commit 4839d00
Showing
16 changed files
with
324 additions
and
234 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Binary file renamed
BIN
+5.8 KB
dist/custom-app/hs-custom-app-icon.eot → dist/custom-app/hs-custom-app.eot
Binary file not shown.
Binary file renamed
BIN
+5.59 KB
dist/custom-app/hs-custom-app-icon.ttf → dist/custom-app/hs-custom-app.ttf
Binary file not shown.
Binary file renamed
BIN
+3.74 KB
dist/custom-app/hs-custom-app-icon.woff → dist/custom-app/hs-custom-app.woff
Binary file not shown.
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
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,83 @@ | ||
<div class="c-icon-list"> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-arrow"></i> | ||
<span>.icon-app-arrow</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-cart"></i> | ||
<span>.icon-app-cart</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-case"></i> | ||
<span>.icon-app-case</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-cash"></i> | ||
<span>.icon-app-cash</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-check"></i> | ||
<span>.icon-app-check</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-cloud"></i> | ||
<span>.icon-app-cloud</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-doc"></i> | ||
<span>.icon-app-doc</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-flag"></i> | ||
<span>.icon-app-flag</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-folder"></i> | ||
<span>.icon-app-folder</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-gear"></i> | ||
<span>.icon-app-gear</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-globe"></i> | ||
<span>.icon-app-globe</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-person"></i> | ||
<span>.icon-app-person</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-pointer"></i> | ||
<span>.icon-app-pointer</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-search"></i> | ||
<span>.icon-app-search</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-star"></i> | ||
<span>.icon-app-star</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-tag"></i> | ||
<span>.icon-app-tag</span> | ||
</div> | ||
|
||
</div> |
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,114 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Help Scout Icons</title> | ||
<link rel="stylesheet" href="icons.css"> | ||
<style> | ||
html, body { | ||
font-family: 'Helvetica', 'Arial', 'Sans-Serif'; | ||
font-size: 14px; | ||
line-height: 1.5; | ||
} | ||
.icon { | ||
font-size: 16px; | ||
} | ||
.c-icon-list__item { | ||
display: inline-block; | ||
margin-bottom: 10px; | ||
padding: 10px; | ||
text-align: center; | ||
vertical-align: top; | ||
width: 120px; | ||
} | ||
.c-icon-list__item span { | ||
display: block; | ||
margin-top: 10px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="c-icon-list"> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-arrow"></i> | ||
<span>.icon-app-arrow</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-cart"></i> | ||
<span>.icon-app-cart</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-case"></i> | ||
<span>.icon-app-case</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-cash"></i> | ||
<span>.icon-app-cash</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-check"></i> | ||
<span>.icon-app-check</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-cloud"></i> | ||
<span>.icon-app-cloud</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-doc"></i> | ||
<span>.icon-app-doc</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-flag"></i> | ||
<span>.icon-app-flag</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-folder"></i> | ||
<span>.icon-app-folder</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-gear"></i> | ||
<span>.icon-app-gear</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-globe"></i> | ||
<span>.icon-app-globe</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-person"></i> | ||
<span>.icon-app-person</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-pointer"></i> | ||
<span>.icon-app-pointer</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-search"></i> | ||
<span>.icon-app-search</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-star"></i> | ||
<span>.icon-app-star</span> | ||
</div> | ||
|
||
<div class="c-icon-list__item"> | ||
<i class="icon icon-app-tag"></i> | ||
<span>.icon-app-tag</span> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.