Commit 570e6aba authored by JC Brand's avatar JC Brand

update fonts to add room properties

parent 10a85336
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu Manage Projects) to retrieve your icon selection.
......@@ -28,6 +28,7 @@ input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
......@@ -148,3 +149,7 @@ p {
.fs1 {
font-size: 32px;
}
.fs2 {
font-size: 32px;
}
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?dvaucx');
src:url('fonts/icomoon.eot?#iefixdvaucx') format('embedded-opentype'),
url('fonts/icomoon.ttf?dvaucx') format('truetype'),
url('fonts/icomoon.woff?dvaucx') format('woff'),
url('fonts/icomoon.svg?dvaucx#icomoon') format('svg');
src: url('fonts/icomoon.eot?wvi0ht');
src: url('fonts/icomoon.eot?wvi0ht#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?wvi0ht') format('truetype'),
url('fonts/icomoon.woff?wvi0ht') format('woff'),
url('fonts/icomoon.svg?wvi0ht#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
......@@ -23,6 +24,30 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-save:before {
content: "\f0c7";
}
.icon-idcard-dark:before {
content: "\f2c2";
}
.icon-idcard:before {
content: "\f2c3";
}
.icon-snowflake:before {
content: "\f2dc";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-legal:before {
content: "\f0e3";
}
.icon-group:before {
content: "\f0c0";
}
.icon-database:before {
content: "\f1c0";
}
.icon-xa:before {
content: "\e602";
}
......@@ -44,21 +69,9 @@
.icon-pencil:before {
content: "\270e";
}
.icon-camera:before {
content: "\e003";
}
.icon-camera-2:before {
content: "\2616";
}
.icon-play:before {
content: "\25d9";
}
.icon-music:before {
content: "\266b";
}
.icon-headphones:before {
content: "\266c";
}
.icon-phone:before {
content: "\260f";
}
......@@ -71,9 +84,6 @@
.icon-notebook:before {
content: "\2710";
}
.icon-envelop:before {
content: "\2709";
}
.icon-pushpin:before {
content: "\e012";
}
......@@ -122,18 +132,12 @@
.icon-unlocked:before {
content: "\e025";
}
.icon-lock:before {
content: "\e026";
}
.icon-lock-2:before {
content: "\e027";
}
.icon-key:before {
content: "\e028";
}
.icon-key-2:before {
content: "\e029";
}
.icon-zoomout:before {
content: "\e02a";
}
......@@ -155,9 +159,6 @@
.icon-attachment:before {
content: "\e032";
}
.icon-globe:before {
content: "\e033";
}
.icon-heart:before {
content: "\2764";
}
......@@ -212,27 +213,6 @@
.icon-spell-check:before {
content: "\e045";
}
.icon-volume-high:before {
content: "\e046";
}
.icon-volume-medium:before {
content: "\e047";
}
.icon-volume-low:before {
content: "\e048";
}
.icon-volume-mute:before {
content: "\e049";
}
.icon-volume-mute2:before {
content: "\e04a";
}
.icon-volume-decrease:before {
content: "\e04b";
}
.icon-volume-increase:before {
content: "\e04c";
}
.icon-bold:before {
content: "\e04d";
}
......@@ -248,9 +228,6 @@
.icon-newtab:before {
content: "\e053";
}
.icon-youtube:before {
content: "\e055";
}
.icon-close:before {
content: "\2715";
}
......@@ -299,3 +276,4 @@
.icon-exit:before {
content: "\e601";
}
@font-face {
font-family: 'Converse-js';
src: url($font-path + 'icomoon.eot?-mnoxh0');
src: url($font-path + 'icomoon.eot?#iefix-mnoxh0') format("embedded-opentype"), url($font-path + 'icomoon.woff?-mnoxh0') format("woff"), url($font-path + 'icomoon.ttf?-mnoxh0') format("truetype"), url($font-path + 'icomoon.svg?-mnoxh0#icomoon') format("svg");
src: url($font-path + 'icomoon.eot?wvi0ht');
src: url($font-path + 'icomoon.eot?wvi0ht#iefix') format('embedded-opentype'),
url($font-path + 'icomoon.ttf?wvi0ht') format('truetype'),
url($font-path + 'icomoon.woff?wvi0ht') format('woff'),
url($font-path + 'icomoon.svg?wvi0ht#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
......@@ -37,6 +40,7 @@
.icon-camera-2:before { content: "\2616"; }
.icon-camera:before { content: "\e003"; }
.icon-cancel-circle:before { content: "\e058"; }
.icon-chat:before { content: "\25fc"; }
.icon-checkbox-checked:before { content: "\2611"; }
.icon-checkbox-partial:before { content: "\2b28"; }
.icon-checkbox-unchecked:before { content: "\2b27"; }
......@@ -47,24 +51,28 @@
.icon-cogs:before { content: "\e022"; }
.icon-confused:before { content: "\2368"; }
.icon-cool:before { content: "\e040"; }
.icon-database:before { content: "\f1c0"; }
.icon-dnd:before { content: "\e004"; }
.icon-envelop:before { content: "\2709"; }
.icon-evil:before { content: "\261f"; }
.icon-eye-blocked:before { content: "\e031"; }
.icon-eye:before { content: "\e030"; }
.icon-globe:before { content: "\e033"; }
.icon-globe:before { content: "\f0ac"; }
.icon-grin:before { content: "\e041"; }
.icon-happy:before { content: "\263b"; }
.icon-headphones:before { content: "\266c"; }
.icon-heart:before { content: "\2764"; }
.icon-hide-users:before { content: "\e01c"; }
.icon-home:before { content: "\e000"; }
.icon-idcard-dark:before { content: "\f2c2"; }
.icon-idcard:before { content: "\f2c3"; }
.icon-image:before { content: "\2b14"; }
.icon-info:before { content: "\2360"; }
.icon-info-2:before { content: "i"; }
.icon-info:before { content: "\2360"; }
.icon-italic:before { content: "\e04f"; }
.icon-key-2:before { content: "\e029"; }
.icon-key:before { content: "\e028"; }
.icon-legal:before { content: "\f0e3"; }
.icon-lock-2:before { content: "\e027"; }
.icon-lock:before { content: "\e026"; }
.icon-logout:before { content: "\e601"; }
......@@ -74,8 +82,8 @@
.icon-newspaper:before { content: "\e001"; }
.icon-notebook:before { content: "\2710"; }
.icon-notification:before { content: "\e01f"; }
.icon-offline:before { content: "\e002"; }
.icon-online:before { content: "\25fc"; }
.icon-chat:before { content: "\25fc"; }
.icon-opened:before { content: "\25bc"; }
.icon-pencil:before { content: "\270e"; }
.icon-phone-hang-up:before { content: "\260e"; }
......@@ -89,33 +97,27 @@
.icon-remove:before { content: "\e02d"; }
.icon-room-info:before { content: "\e059"; }
.icon-sad:before { content: "\2639"; }
.icon-save:before { content: "\f0c7"; }
.icon-search:before { content: "\e021"; }
.icon-shocked:before { content: "\2364"; }
.icon-show-users:before { content: "\e01e"; }
.icon-smiley:before { content: "\263a"; }
.icon-snowflake:before { content: "\f2dc"; }
.icon-spell-check:before { content: "\e045"; }
.icon-spinner:before { content: "\231b"; }
.icon-strikethrough:before { content: "\e050"; }
.icon-thumbs-up:before { content: "\261d"; }
.icon-tongue:before { content: "\e038"; }
.icon-unavailable:before,
.icon-underline:before { content: "\e04e"; }
.icon-unlocked:before { content: "\e025"; }
.icon-user:before { content: "\e01a"; }
.icon-users:before { content: "\e01b"; }
.icon-volume-decrease:before { content: "\e04b"; }
.icon-volume-high:before { content: "\e046"; }
.icon-volume-increase:before { content: "\e04c"; }
.icon-volume-low:before { content: "\e048"; }
.icon-volume-medium:before { content: "\e047"; }
.icon-volume-mute-2:before { content: "\e04a"; }
.icon-volume-mute:before { content: "\e049"; }
.icon-warning:before { content: "\26a0"; }
.icon-wink:before { content: "\e03a"; }
.icon-wondering:before { content: "\2369"; }
.icon-wrench:before { content: "\e024"; }
.icon-xa:before { content: "\e602"; }
.icon-unavailable:before,
.icon-offline:before { content: "\e002"; }
.icon-youtube:before { content: "\e055"; }
.icon-zoom-in:before { content: "\e02b"; }
.icon-zoom-out:before { content: "\e02a"; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment