Skip to content

Commit

Permalink
added lightbulb for persisted queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Seo authored and Nicole Seo committed Nov 30, 2017
1 parent 8309cfc commit 5de6f46
Show file tree
Hide file tree
Showing 142 changed files with 412 additions and 163 deletions.
Binary file added .DS_Store
Binary file not shown.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
=== Steps for updating the font.
=== Steps for creating adding icons to the font

1. Create a new font with http://icomoon.io/ [in Chrome]
2. Place output in /VERSION/
3. Replace edited-style.css with /VERSION/style.css and update the font urls to be prefixed with /packages/percolate-icons/VERSION/
4. Update `Version` in `package.js` with the new version
1. clone https://github.com/percolatestudio/percolate-icons
2. visit https://icomoon.io/app
3. choose “import icons” and then select
`percolate-icons/VERSION/selection.json` to import
4. add new svg icons!
5. choose “generate font” bottom right
6. place output in /VERSION/
7. replace edited-style.less with /VERSION/style.css and update the font urls to
be prefixed with /packages/percolate-icons/VERSION/
8. update `Version` in `package.js` with the new version
56 changes: 35 additions & 21 deletions edited-style.less
Original file line number Diff line number Diff line change
@@ -1,30 +1,37 @@
@font-face {
font-family: 'percolate';
src:url('/packages/percolate_icons/v3.2/fonts/percolate.eot?4nku5n');
src:url('/packages/percolate_icons/v3.2/fonts/percolate.eot?#iefix4nku5n') format('embedded-opentype'),
url('/packages/percolate_icons/v3.2/fonts/percolate.woff?4nku5n') format('woff'),
url('/packages/percolate_icons/v3.2/fonts/percolate.ttf?4nku5n') format('truetype'),
url('/packages/percolate_icons/v3.2/fonts/percolate.svg?4nku5n#percolate') format('svg');
font-weight: normal;
font-style: normal;
font-family: "percolate";
src: url("/packages/percolate_icons/v3.3/fonts/percolate.eot?y6l7u2");
src: url("/packages/percolate_icons/v3.3/fonts/percolate.eot?y6l7u2#iefix")
format("embedded-opentype"),
url("/packages/percolate_icons/v3.3/fonts/percolate.ttf?y6l7u2")
format("truetype"),
url("/packages/percolate_icons/v3.3/fonts/percolate.woff?y6l7u2")
format("woff"),
url("/packages/percolate_icons/v3.3/fonts/percolate.svg?y6l7u2#percolate")
format("svg");
font-weight: normal;
font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "percolate" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

[class^="icon-"], [class*=" icon-"] {
font-family: 'percolate';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.icon-lightbulb:before {
content: "\e90b";
}
.icon-graphql:before {
content: "\e90a";
}
Expand Down Expand Up @@ -54,27 +61,33 @@
}
.icon-sidebar:before {
content: "\e900";
color: #000;
}
.icon-tablet:before {
content: "\e901";
}
.icon-atmosphere:before {
content: "\e671";
color: #000;
}
.icon-browser:before {
content: "\e672";
}
.icon-database:before {
content: "\e673";
color: #000;
}
.icon-expand-alt:before {
content: "\e674";
color: #000;
}
.icon-mobile:before {
content: "\e675";
color: #000;
}
.icon-watch:before {
content: "\e676";
color: #000;
}
.icon-home:before {
content: "\e600";
Expand Down Expand Up @@ -234,6 +247,7 @@
}
.icon-book:before {
content: "\e634";
color: #000;
}
.icon-certificate:before {
content: "\e636";
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var Version = 'v3.2';
var Version = 'v3.3';

Package.describe({
version: "0.0.12",
Expand Down
Binary file removed v3.2/fonts/percolate.eot
Binary file not shown.
Binary file removed v3.2/fonts/percolate.ttf
Binary file not shown.
Binary file removed v3.2/fonts/percolate.woff
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added v3.3/fonts/percolate.eot
Binary file not shown.
1 change: 1 addition & 0 deletions v3.2/fonts/percolate.svg → v3.3/fonts/percolate.svg
Binary file added v3.3/fonts/percolate.ttf
Binary file not shown.
Binary file added v3.3/fonts/percolate.woff
Binary file not shown.
Loading

0 comments on commit 5de6f46

Please sign in to comment.