Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Add 1.0 icons font
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonscript committed Sep 27, 2016
1 parent 129b691 commit 57235e9
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 0 deletions.
242 changes: 242 additions & 0 deletions css/apigee-icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,242 @@
/* Generated by grunt-webfont */


@font-face {
font-family:"apigee-icons";
src:url("../fonts/apigee-icons.eot?fc3861cc8bd5f57c71b3490936320c5a");
src:url("../fonts/apigee-icons.eot?#iefix") format("embedded-opentype"),
url("../fonts/apigee-icons.woff?fc3861cc8bd5f57c71b3490936320c5a") format("woff"),
url("../fonts/apigee-icons.ttf?fc3861cc8bd5f57c71b3490936320c5a") format("truetype");
font-weight:normal;
font-style:normal;
}

.icon {

font-family:"apigee-icons";

display:inline-block;
vertical-align:middle;
line-height:1;
font-weight:normal;
font-style:normal;
speak:none;
text-decoration:inherit;
text-transform:none;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}


/* Icons */


.apic-add-trp-sm:before {
content:"\f101";
}


.apic-admin:before {
content:"\f102";
}


.apic-analyze:before {
content:"\f103";
}


.apic-api-doc:before {
content:"\f104";
}


.apic-api-proxy:before {
content:"\f105";
}


.apic-chevron-breadcrumb-sm:before {
content:"\f106";
}


.apic-chevron-down-sm:before {
content:"\f107";
}


.apic-chevron-left-sm:before {
content:"\f108";
}


.apic-chevron-right-sm:before {
content:"\f109";
}


.apic-chevron-top-sm:before {
content:"\f10a";
}


.apic-cloud-upload:before {
content:"\f10b";
}


.apic-design:before {
content:"\f10c";
}


.apic-develop:before {
content:"\f10d";
}


.apic-duplicate-sm:before {
content:"\f10e";
}


.apic-edit-sm:before {
content:"\f10f";
}


.apic-info-sm:before {
content:"\f110";
}


.apic-learn:before {
content:"\f111";
}


.apic-love:before {
content:"\f112";
}


.apic-monetization:before {
content:"\f113";
}


.apic-monitor:before {
content:"\f114";
}


.apic-more-sm:before {
content:"\f115";
}


.apic-more:before {
content:"\f116";
}


.apic-operate:before {
content:"\f117";
}


.apic-performance:before {
content:"\f118";
}


.apic-placeholder:before {
content:"\f119";
}


.apic-plus:before {
content:"\f11a";
}


.apic-publish:before {
content:"\f11b";
}


.apic-save-sm:before {
content:"\f11c";
}


.apic-search:before {
content:"\f11d";
}


.apic-shared-sm:before {
content:"\f11e";
}


.apic-shared:before {
content:"\f11f";
}


.apic-sort-asc-sm:before {
content:"\f120";
}


.apic-sort-desc-sm:before {
content:"\f121";
}


.apic-spec-doc:before {
content:"\f122";
}


.apic-spec-folder:before {
content:"\f123";
}


.apic-support:before {
content:"\f124";
}


.apic-team-alt:before {
content:"\f125";
}


.apic-team:before {
content:"\f126";
}


.apic-trace:before {
content:"\f127";
}


.apic-user-edit:before {
content:"\f128";
}


.apic-user:before {
content:"\f129";
}


.apic-warning-sm:before {
content:"\f12a";
}
Binary file added fonts/apigee-icons.eot
Binary file not shown.
Binary file added fonts/apigee-icons.ttf
Binary file not shown.
Binary file added fonts/apigee-icons.woff
Binary file not shown.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"analyze": true,
"author": "Brandon Shelley <[email protected]>",
"bin": {
"module-name": "./bin/module-name"
},
"bugs": {
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
},
"contributors": [
{
"email": "[email protected]",
"name": "Brandon Shelley"
},
{
"email": "[email protected]",
"name": "In Chung"
},
{
"email": "[email protected]",
"name": "Jeremy Anticouni"
}
],
"description": "A library of icon fonts for Apigee Edge",
"license": "MIT",
"name": "apigee-icons",
"repository": {
"type": "git",
"url": "https://github.com/apigee-internal/icons"
},
"version": "1.0.0"
}

0 comments on commit 57235e9

Please sign in to comment.