first commit
This commit is contained in:
7
public/font/icons/icomoon/Read Me.txt
Normal file
7
public/font/icons/icomoon/Read Me.txt
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
||||
152
public/font/icons/icomoon/demo-files/demo.css
Normal file
152
public/font/icons/icomoon/demo-files/demo.css
Normal file
@ -0,0 +1,152 @@
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
color: #555;
|
||||
background: #fff;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
font-weight: normal;
|
||||
}
|
||||
small {
|
||||
font-size: .66666667em;
|
||||
}
|
||||
a {
|
||||
color: #e74c3c;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
box-shadow: 0 1px #e74c3c;
|
||||
}
|
||||
.bshadow0, input {
|
||||
box-shadow: inset 0 -2px #e7e7e7;
|
||||
}
|
||||
input:hover {
|
||||
box-shadow: inset 0 -2px #ccc;
|
||||
}
|
||||
input, fieldset {
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
input {
|
||||
color: inherit;
|
||||
line-height: 1.5;
|
||||
height: 1.5em;
|
||||
padding: .25em 0;
|
||||
}
|
||||
input:focus {
|
||||
outline: none;
|
||||
box-shadow: inset 0 -2px #449fdb;
|
||||
}
|
||||
.glyph {
|
||||
font-size: 16px;
|
||||
width: 15em;
|
||||
padding-bottom: 1em;
|
||||
margin-right: 4em;
|
||||
margin-bottom: 1em;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
.liga {
|
||||
width: 80%;
|
||||
width: calc(100% - 2.5em);
|
||||
}
|
||||
.talign-right {
|
||||
text-align: right;
|
||||
}
|
||||
.talign-center {
|
||||
text-align: center;
|
||||
}
|
||||
.bgc1 {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
.fgc1 {
|
||||
color: #999;
|
||||
}
|
||||
.fgc0 {
|
||||
color: #000;
|
||||
}
|
||||
p {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.mvm {
|
||||
margin-top: .75em;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
.mtn {
|
||||
margin-top: 0;
|
||||
}
|
||||
.mtl, .mal {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
.mbl, .mal {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.mal, .mhl {
|
||||
margin-left: 1.5em;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
.mhmm {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.mls {
|
||||
margin-left: .25em;
|
||||
}
|
||||
.ptl {
|
||||
padding-top: 1.5em;
|
||||
}
|
||||
.pbs, .pvs {
|
||||
padding-bottom: .25em;
|
||||
}
|
||||
.pvs, .pts {
|
||||
padding-top: .25em;
|
||||
}
|
||||
.unit {
|
||||
float: left;
|
||||
}
|
||||
.unitRight {
|
||||
float: right;
|
||||
}
|
||||
.size1of2 {
|
||||
width: 50%;
|
||||
}
|
||||
.size1of1 {
|
||||
width: 100%;
|
||||
}
|
||||
.clearfix:before, .clearfix:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.hidden-true {
|
||||
display: none;
|
||||
}
|
||||
.textbox0 {
|
||||
width: 3em;
|
||||
background: #f1f1f1;
|
||||
padding: .25em .5em;
|
||||
line-height: 1.5;
|
||||
height: 1.5em;
|
||||
}
|
||||
#testDrive {
|
||||
display: block;
|
||||
padding-top: 24px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.fs0 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.fs1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
30
public/font/icons/icomoon/demo-files/demo.js
Normal file
30
public/font/icons/icomoon/demo-files/demo.js
Normal file
@ -0,0 +1,30 @@
|
||||
if (!('boxShadow' in document.body.style)) {
|
||||
document.body.setAttribute('class', 'noBoxShadow');
|
||||
}
|
||||
|
||||
document.body.addEventListener("click", function(e) {
|
||||
var target = e.target;
|
||||
if (target.tagName === "INPUT" &&
|
||||
target.getAttribute('class').indexOf('liga') === -1) {
|
||||
target.select();
|
||||
}
|
||||
});
|
||||
|
||||
(function() {
|
||||
var fontSize = document.getElementById('fontSize'),
|
||||
testDrive = document.getElementById('testDrive'),
|
||||
testText = document.getElementById('testText');
|
||||
function updateTest() {
|
||||
testDrive.innerHTML = testText.value || String.fromCharCode(160);
|
||||
if (window.icomoonLiga) {
|
||||
window.icomoonLiga(testDrive);
|
||||
}
|
||||
}
|
||||
function updateSize() {
|
||||
testDrive.style.fontSize = fontSize.value + 'px';
|
||||
}
|
||||
fontSize.addEventListener('change', updateSize, false);
|
||||
testText.addEventListener('input', updateTest, false);
|
||||
testText.addEventListener('change', updateTest, false);
|
||||
updateSize();
|
||||
}());
|
||||
1620
public/font/icons/icomoon/demo.html
Normal file
1620
public/font/icons/icomoon/demo.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/font/icons/icomoon/fonts/icomoon.eot
Normal file
BIN
public/font/icons/icomoon/fonts/icomoon.eot
Normal file
Binary file not shown.
123
public/font/icons/icomoon/fonts/icomoon.svg
Normal file
123
public/font/icons/icomoon/fonts/icomoon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 130 KiB |
BIN
public/font/icons/icomoon/fonts/icomoon.ttf
Normal file
BIN
public/font/icons/icomoon/fonts/icomoon.ttf
Normal file
Binary file not shown.
BIN
public/font/icons/icomoon/fonts/icomoon.woff
Normal file
BIN
public/font/icons/icomoon/fonts/icomoon.woff
Normal file
Binary file not shown.
1
public/font/icons/icomoon/selection.json
Normal file
1
public/font/icons/icomoon/selection.json
Normal file
File diff suppressed because one or more lines are too long
366
public/font/icons/icomoon/style.css
Normal file
366
public/font/icons/icomoon/style.css
Normal file
@ -0,0 +1,366 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?44ei3i');
|
||||
src: url('fonts/icomoon.eot?44ei3i#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?44ei3i') format('truetype'),
|
||||
url('fonts/icomoon.woff?44ei3i') format('woff'),
|
||||
url('fonts/icomoon.svg?44ei3i#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
speak: never;
|
||||
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;
|
||||
}
|
||||
|
||||
.icon-faders:before {
|
||||
content: "\e970";
|
||||
}
|
||||
.icon-Star-2:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
.icon-work-life-balance:before {
|
||||
content: "\e969";
|
||||
}
|
||||
.icon-collaborative-culture:before {
|
||||
content: "\e96a";
|
||||
}
|
||||
.icon-competitive-compensation:before {
|
||||
content: "\e96b";
|
||||
}
|
||||
.icon-comprehensive-benefits:before {
|
||||
content: "\e96c";
|
||||
}
|
||||
.icon-global-opportunities:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
.icon-professional-development:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
.icon-sync-alt-solid:before {
|
||||
content: "\e965";
|
||||
}
|
||||
.icon-Analytics-Board-Bars:before {
|
||||
content: "\e966";
|
||||
}
|
||||
.icon-Exceeding-Expectations:before {
|
||||
content: "\e967";
|
||||
}
|
||||
.icon-Performance-Increase-1:before {
|
||||
content: "\e968";
|
||||
}
|
||||
.icon-check-cycle-line-2:before {
|
||||
content: "\e963";
|
||||
}
|
||||
.icon-arrow-right-02-sharp:before {
|
||||
content: "\e962";
|
||||
}
|
||||
.icon-arrow-left-02-sharp:before {
|
||||
content: "\e964";
|
||||
}
|
||||
.icon-arrow-left-01:before {
|
||||
content: "\e960";
|
||||
}
|
||||
.icon-arrow-right-01:before {
|
||||
content: "\e961";
|
||||
}
|
||||
.icon-check-cycle-line:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
.icon-share-network:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.icon-caret-left:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.icon-caret-right:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.icon-quote:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.icon-customer-support:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.icon-link-simple:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.icon-arrow-down-01:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.icon-blogger:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-book-bookmark-02:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-bulb:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-clapping-01:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.icon-customer-service:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-file-verified:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-medal-first-place:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.icon-message-question:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.icon-mic-01:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.icon-star:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.icon-time-02:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.icon-user-group:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.icon-user-question-02:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.icon-paper-plane:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.icon-parking-solid:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.icon-play-filled:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.icon-play-solid:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.icon-plus-solid:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.icon-quote-right-solid:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.icon-reddit:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.icon-search-solid:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.icon-shipping-fast-solid:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.icon-shopping-cart-solid:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.icon-star1:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.icon-star-half-alt-solid:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.icon-star-solid:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.icon-tiktok-filled:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.icon-times-solid:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.icon-tty-solid:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.icon-twitter-x:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.icon-user-solid:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.icon-video-solid:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.icon-youtube:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.icon-arrow-top-right:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.icon-angle-down-solid:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.icon-angle-left-solid:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.icon-angle-right-solid:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.icon-angle-up-solid:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.icon-apple:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.icon-bed-solid:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.icon-behance:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.icon-bell:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.icon-bezier-curve-solid:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.icon-caret-left-solid:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.icon-caret-right-solid:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.icon-chart-area-solid:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.icon-chart-line-solid:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.icon-check-solid:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.icon-clock-solid:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.icon-code-solid:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.icon-cog-solid:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.icon-cogs-solid:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.icon-comment-quote:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.icon-comment-solid:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.icon-comments-solid:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.icon-couch-solid:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.icon-credit-card-solid:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.icon-crop-alt-solid:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.icon-crown-solid:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.icon-desktop-solid:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.icon-download-solid:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.icon-dribbble:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.icon-envelope-solid:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.icon-eye:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.icon-facebook-f:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.icon-github:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.icon-global:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.icon-grip-lines-solid:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.icon-grip-lines-vertical-solid:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.icon-heart:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.icon-heart-solid:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.icon-info-circle-solid:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.icon-instagram:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.icon-leaf-solid:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.icon-linkedin-in:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.icon-lock-solid:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.icon-long-arrow-alt-down-solid:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.icon-long-arrow-alt-left-solid:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.icon-long-arrow-alt-right-solid:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.icon-long-arrow-alt-up-solid:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.icon-map-marker-solid:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.icon-medium:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.icon-minus-solid:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.icon-mobile-alt-solid:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.icon-moon:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.icon-paint-roller-solid:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.icon-paperclip-solid:before {
|
||||
content: "\e957";
|
||||
}
|
||||
Reference in New Issue
Block a user