├── README.md ├── Read Me.txt ├── bower.json ├── demo-files ├── demo.css └── demo.js ├── demo.html ├── fonts ├── icomoon.eot ├── icomoon.svg ├── icomoon.ttf ├── icomoon.woff ├── strings.eot ├── strings.svg ├── strings.ttf └── strings.woff ├── selection.json ├── strings.css └── strings_v1.ai /README.md: -------------------------------------------------------------------------------- 1 | [http://reklino.github.io/strings/](http://reklino.github.io/strings/) 2 | 3 | # What? 4 | 5 | Just another fun linear icon set. Feel free to use them if you like them :) 6 | 7 | # How to use em? 8 | 9 | ####Install with bower:#### 10 | ``` 11 | bower install string-icons 12 | ``` 13 | ####Or install manually:#### 14 | 15 | Download the **strings.css** file, and the **fonts** folder. Place both in the same directory. 16 | 17 | Then just load the file into your index.html: 18 | ``` 19 | 20 | ``` 21 | 22 | # More Info 23 | 24 | - Created by Reklino. 25 | - Designed for a 20 pixel grid. 26 | - Generated using [icomoon](https://icomoon.io/app/) -------------------------------------------------------------------------------- /Read Me.txt: -------------------------------------------------------------------------------- 1 | Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. 2 | 3 | You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. 4 | 5 | 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. 6 | -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "strings", 3 | "version": "0.1.0", 4 | "authors": [ 5 | "Reklino " 6 | ], 7 | "description": "Growing open source library of simple 20px svg icons.", 8 | "main": "strings.css", 9 | "keywords": [ 10 | "svg", 11 | "icon", 12 | "icons", 13 | "simple", 14 | "strings", 15 | "line", 16 | "thin", 17 | "vector" 18 | ], 19 | "license": "MIT", 20 | "homepage": "https://github.com/Reklino/strings", 21 | "ignore": [ 22 | "**/.*", 23 | "node_modules", 24 | "bower_components", 25 | "test", 26 | "tests" 27 | ] 28 | } 29 | -------------------------------------------------------------------------------- /demo-files/demo.css: -------------------------------------------------------------------------------- 1 | body { 2 | padding: 0; 3 | margin: 0; 4 | font-family: sans-serif; 5 | font-size: 1em; 6 | line-height: 1.5; 7 | color: #555; 8 | background: #fff; 9 | } 10 | h1 { 11 | font-size: 1.5em; 12 | font-weight: normal; 13 | } 14 | small { 15 | font-size: .66666667em; 16 | } 17 | a { 18 | color: #e74c3c; 19 | text-decoration: none; 20 | } 21 | a:hover, a:focus { 22 | box-shadow: 0 1px #e74c3c; 23 | } 24 | .bshadow0, input { 25 | box-shadow: inset 0 -2px #e7e7e7; 26 | } 27 | input:hover { 28 | box-shadow: inset 0 -2px #ccc; 29 | } 30 | input, fieldset { 31 | font-size: 1em; 32 | margin: 0; 33 | padding: 0; 34 | border: 0; 35 | } 36 | input { 37 | color: inherit; 38 | line-height: 1.5; 39 | height: 1.5em; 40 | padding: .25em 0; 41 | } 42 | input:focus { 43 | outline: none; 44 | box-shadow: inset 0 -2px #449fdb; 45 | } 46 | .glyph { 47 | font-size: 16px; 48 | width: 15em; 49 | padding-bottom: 1em; 50 | margin-right: 4em; 51 | margin-bottom: 1em; 52 | float: left; 53 | overflow: hidden; 54 | } 55 | .liga { 56 | width: 80%; 57 | width: calc(100% - 2.5em); 58 | } 59 | .talign-right { 60 | text-align: right; 61 | } 62 | .talign-center { 63 | text-align: center; 64 | } 65 | .bgc1 { 66 | background: #f1f1f1; 67 | } 68 | .fgc1 { 69 | color: #999; 70 | } 71 | .fgc0 { 72 | color: #000; 73 | } 74 | p { 75 | margin-top: 1em; 76 | margin-bottom: 1em; 77 | } 78 | .mvm { 79 | margin-top: .75em; 80 | margin-bottom: .75em; 81 | } 82 | .mtn { 83 | margin-top: 0; 84 | } 85 | .mtl, .mal { 86 | margin-top: 1.5em; 87 | } 88 | .mbl, .mal { 89 | margin-bottom: 1.5em; 90 | } 91 | .mal, .mhl { 92 | margin-left: 1.5em; 93 | margin-right: 1.5em; 94 | } 95 | .mhmm { 96 | margin-left: 1em; 97 | margin-right: 1em; 98 | } 99 | .mls { 100 | margin-left: .25em; 101 | } 102 | .ptl { 103 | padding-top: 1.5em; 104 | } 105 | .pbs, .pvs { 106 | padding-bottom: .25em; 107 | } 108 | .pvs, .pts { 109 | padding-top: .25em; 110 | } 111 | .unit { 112 | float: left; 113 | } 114 | .unitRight { 115 | float: right; 116 | } 117 | .size1of2 { 118 | width: 50%; 119 | } 120 | .size1of1 { 121 | width: 100%; 122 | } 123 | .clearfix:before, .clearfix:after { 124 | content: " "; 125 | display: table; 126 | } 127 | .clearfix:after { 128 | clear: both; 129 | } 130 | .hidden-true { 131 | display: none; 132 | } 133 | .textbox0 { 134 | width: 3em; 135 | background: #f1f1f1; 136 | padding: .25em .5em; 137 | line-height: 1.5; 138 | height: 1.5em; 139 | } 140 | #testDrive { 141 | display: block; 142 | padding-top: 24px; 143 | line-height: 1.5; 144 | } 145 | .fs0 { 146 | font-size: 16px; 147 | } 148 | .fs1 { 149 | font-size: 40px; 150 | } 151 | -------------------------------------------------------------------------------- /demo-files/demo.js: -------------------------------------------------------------------------------- 1 | if (!('boxShadow' in document.body.style)) { 2 | document.body.setAttribute('class', 'noBoxShadow'); 3 | } 4 | 5 | document.body.addEventListener("click", function(e) { 6 | var target = e.target; 7 | if (target.tagName === "INPUT" && 8 | target.getAttribute('class').indexOf('liga') === -1) { 9 | target.select(); 10 | } 11 | }); 12 | 13 | (function() { 14 | var fontSize = document.getElementById('fontSize'), 15 | testDrive = document.getElementById('testDrive'), 16 | testText = document.getElementById('testText'); 17 | function updateTest() { 18 | testDrive.innerHTML = testText.value || String.fromCharCode(160); 19 | if (window.icomoonLiga) { 20 | window.icomoonLiga(testDrive); 21 | } 22 | } 23 | function updateSize() { 24 | testDrive.style.fontSize = fontSize.value + 'px'; 25 | } 26 | fontSize.addEventListener('change', updateSize, false); 27 | testText.addEventListener('input', updateTest, false); 28 | testText.addEventListener('change', updateTest, false); 29 | updateSize(); 30 | }()); 31 | -------------------------------------------------------------------------------- /demo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IcoMoon Demo 6 | 7 | 8 | 9 | 10 | 11 |
12 |

Font Name: strings (Glyphs: 84)

13 |
14 |
15 |

Grid Size: Unknown

16 |
17 |
18 | 19 | 20 | 21 | s-align-center 22 |
23 |
24 | 25 | 26 |
27 |
28 | liga: 29 | 30 |
31 |
32 |
33 |
34 | 35 | 36 | 37 | s-align-justify 38 |
39 |
40 | 41 | 42 |
43 |
44 | liga: 45 | 46 |
47 |
48 |
49 |
50 | 51 | 52 | 53 | s-align-left 54 |
55 |
56 | 57 | 58 |
59 |
60 | liga: 61 | 62 |
63 |
64 |
65 |
66 | 67 | 68 | 69 | s-align-right 70 |
71 |
72 | 73 | 74 |
75 |
76 | liga: 77 | 78 |
79 |
80 |
81 |
82 | 83 | 84 | 85 | s-arrow-down 86 |
87 |
88 | 89 | 90 |
91 |
92 | liga: 93 | 94 |
95 |
96 |
97 |
98 | 99 | 100 | 101 | s-arrow-left 102 |
103 |
104 | 105 | 106 |
107 |
108 | liga: 109 | 110 |
111 |
112 |
113 |
114 | 115 | 116 | 117 | s-arrow-right 118 |
119 |
120 | 121 | 122 |
123 |
124 | liga: 125 | 126 |
127 |
128 |
129 |
130 | 131 | 132 | 133 | s-arrow-up 134 |
135 |
136 | 137 | 138 |
139 |
140 | liga: 141 | 142 |
143 |
144 |
145 |
146 | 147 | 148 | 149 | s-bell 150 |
151 |
152 | 153 | 154 |
155 |
156 | liga: 157 | 158 |
159 |
160 |
161 |
162 | 163 | 164 | 165 | s-bold 166 |
167 |
168 | 169 | 170 |
171 |
172 | liga: 173 | 174 |
175 |
176 |
177 |
178 | 179 | 180 | 181 | s-book 182 |
183 |
184 | 185 | 186 |
187 |
188 | liga: 189 | 190 |
191 |
192 |
193 |
194 | 195 | 196 | 197 | s-brush 198 |
199 |
200 | 201 | 202 |
203 |
204 | liga: 205 | 206 |
207 |
208 |
209 |
210 | 211 | 212 | 213 | s-bug 214 |
215 |
216 | 217 | 218 |
219 |
220 | liga: 221 | 222 |
223 |
224 |
225 |
226 | 227 | 228 | 229 | s-check 230 |
231 |
232 | 233 | 234 |
235 |
236 | liga: 237 | 238 |
239 |
240 |
241 |
242 | 243 | 244 | 245 | s-circle-check 246 |
247 |
248 | 249 | 250 |
251 |
252 | liga: 253 | 254 |
255 |
256 |
257 |
258 | 259 | 260 | 261 | s-circle-minus 262 |
263 |
264 | 265 | 266 |
267 |
268 | liga: 269 | 270 |
271 |
272 |
273 |
274 | 275 | 276 | 277 | s-circle-plus 278 |
279 |
280 | 281 | 282 |
283 |
284 | liga: 285 | 286 |
287 |
288 |
289 |
290 | 291 | 292 | 293 | s-circle-times 294 |
295 |
296 | 297 | 298 |
299 |
300 | liga: 301 | 302 |
303 |
304 |
305 |
306 | 307 | 308 | 309 | s-clipboard 310 |
311 |
312 | 313 | 314 |
315 |
316 | liga: 317 | 318 |
319 |
320 |
321 |
322 | 323 | 324 | 325 | s-clock 326 |
327 |
328 | 329 | 330 |
331 |
332 | liga: 333 | 334 |
335 |
336 |
337 |
338 | 339 | 340 | 341 | s-code 342 |
343 |
344 | 345 | 346 |
347 |
348 | liga: 349 | 350 |
351 |
352 |
353 |
354 | 355 | 356 | 357 | s-coffee 358 |
359 |
360 | 361 | 362 |
363 |
364 | liga: 365 | 366 |
367 |
368 |
369 |
370 | 371 | 372 | 373 | s-cog 374 |
375 |
376 | 377 | 378 |
379 |
380 | liga: 381 | 382 |
383 |
384 |
385 |
386 | 387 | 388 | 389 | s-color 390 |
391 |
392 | 393 | 394 |
395 |
396 | liga: 397 | 398 |
399 |
400 |
401 |
402 | 403 | 404 | 405 | s-contract 406 |
407 |
408 | 409 | 410 |
411 |
412 | liga: 413 | 414 |
415 |
416 |
417 |
418 | 419 | 420 | 421 | s-copy 422 |
423 |
424 | 425 | 426 |
427 |
428 | liga: 429 | 430 |
431 |
432 |
433 |
434 | 435 | 436 | 437 | s-desktop 438 |
439 |
440 | 441 | 442 |
443 |
444 | liga: 445 | 446 |
447 |
448 |
449 |
450 | 451 | 452 | 453 | s-download 454 |
455 |
456 | 457 | 458 |
459 |
460 | liga: 461 | 462 |
463 |
464 |
465 |
466 | 467 | 468 | 469 | s-ellipsis 470 |
471 |
472 | 473 | 474 |
475 |
476 | liga: 477 | 478 |
479 |
480 |
481 |
482 | 483 | 484 | 485 | s-ellipsis-h 486 |
487 |
488 | 489 | 490 |
491 |
492 | liga: 493 | 494 |
495 |
496 |
497 |
498 | 499 | 500 | 501 | s-eraser 502 |
503 |
504 | 505 | 506 |
507 |
508 | liga: 509 | 510 |
511 |
512 |
513 |
514 | 515 | 516 | 517 | s-expand-1 518 |
519 |
520 | 521 | 522 |
523 |
524 | liga: 525 | 526 |
527 |
528 |
529 |
530 | 531 | 532 | 533 | s-expand-2 534 |
535 |
536 | 537 | 538 |
539 |
540 | liga: 541 | 542 |
543 |
544 |
545 |
546 | 547 | 548 | 549 | s-expand-d 550 |
551 |
552 | 553 | 554 |
555 |
556 | liga: 557 | 558 |
559 |
560 |
561 |
562 | 563 | 564 | 565 | s-expand-h 566 |
567 |
568 | 569 | 570 |
571 |
572 | liga: 573 | 574 |
575 |
576 |
577 |
578 | 579 | 580 | 581 | s-expand-v 582 |
583 |
584 | 585 | 586 |
587 |
588 | liga: 589 | 590 |
591 |
592 |
593 |
594 | 595 | 596 | 597 | s-eye 598 |
599 |
600 | 601 | 602 |
603 |
604 | liga: 605 | 606 |
607 |
608 |
609 |
610 | 611 | 612 | 613 | s-file 614 |
615 |
616 | 617 | 618 |
619 |
620 | liga: 621 | 622 |
623 |
624 |
625 |
626 | 627 | 628 | 629 | s-file-code 630 |
631 |
632 | 633 | 634 |
635 |
636 | liga: 637 | 638 |
639 |
640 |
641 |
642 | 643 | 644 | 645 | s-files 646 |
647 |
648 | 649 | 650 |
651 |
652 | liga: 653 | 654 |
655 |
656 |
657 |
658 | 659 | 660 | 661 | s-flask 662 |
663 |
664 | 665 | 666 |
667 |
668 | liga: 669 | 670 |
671 |
672 |
673 |
674 | 675 | 676 | 677 | s-folder 678 |
679 |
680 | 681 | 682 |
683 |
684 | liga: 685 | 686 |
687 |
688 |
689 |
690 | 691 | 692 | 693 | s-folder-o 694 |
695 |
696 | 697 | 698 |
699 |
700 | liga: 701 | 702 |
703 |
704 |
705 |
706 | 707 | 708 | 709 | s-form 710 |
711 |
712 | 713 | 714 |
715 |
716 | liga: 717 | 718 |
719 |
720 |
721 |
722 | 723 | 724 | 725 | s-graph 726 |
727 |
728 | 729 | 730 |
731 |
732 | liga: 733 | 734 |
735 |
736 |
737 |
738 | 739 | 740 | 741 | s-grid-1 742 |
743 |
744 | 745 | 746 |
747 |
748 | liga: 749 | 750 |
751 |
752 |
753 |
754 | 755 | 756 | 757 | s-grid-2 758 |
759 |
760 | 761 | 762 |
763 |
764 | liga: 765 | 766 |
767 |
768 |
769 |
770 | 771 | 772 | 773 | s-group 774 |
775 |
776 | 777 | 778 |
779 |
780 | liga: 781 | 782 |
783 |
784 |
785 |
786 | 787 | 788 | 789 | s-heart 790 |
791 |
792 | 793 | 794 |
795 |
796 | liga: 797 | 798 |
799 |
800 |
801 |
802 | 803 | 804 | 805 | s-image 806 |
807 |
808 | 809 | 810 |
811 |
812 | liga: 813 | 814 |
815 |
816 |
817 |
818 | 819 | 820 | 821 | s-info 822 |
823 |
824 | 825 | 826 |
827 |
828 | liga: 829 | 830 |
831 |
832 |
833 |
834 | 835 | 836 | 837 | s-italic 838 |
839 |
840 | 841 | 842 |
843 |
844 | liga: 845 | 846 |
847 |
848 |
849 |
850 | 851 | 852 | 853 | s-layout 854 |
855 |
856 | 857 | 858 |
859 |
860 | liga: 861 | 862 |
863 |
864 |
865 |
866 | 867 | 868 | 869 | s-link 870 |
871 |
872 | 873 | 874 |
875 |
876 | liga: 877 | 878 |
879 |
880 |
881 |
882 | 883 | 884 | 885 | s-list-bulleted 886 |
887 |
888 | 889 | 890 |
891 |
892 | liga: 893 | 894 |
895 |
896 |
897 |
898 | 899 | 900 | 901 | s-list-numbered 902 |
903 |
904 | 905 | 906 |
907 |
908 | liga: 909 | 910 |
911 |
912 |
913 |
914 | 915 | 916 | 917 | s-lock 918 |
919 |
920 | 921 | 922 |
923 |
924 | liga: 925 | 926 |
927 |
928 |
929 |
930 | 931 | 932 | 933 | s-minus 934 |
935 |
936 | 937 | 938 |
939 |
940 | liga: 941 | 942 |
943 |
944 |
945 |
946 | 947 | 948 | 949 | s-moon 950 |
951 |
952 | 953 | 954 |
955 |
956 | liga: 957 | 958 |
959 |
960 |
961 |
962 | 963 | 964 | 965 | s-phone 966 |
967 |
968 | 969 | 970 |
971 |
972 | liga: 973 | 974 |
975 |
976 |
977 |
978 | 979 | 980 | 981 | s-phone-landscape 982 |
983 |
984 | 985 | 986 |
987 |
988 | liga: 989 | 990 |
991 |
992 |
993 |
994 | 995 | 996 | 997 | s-plus 998 |
999 |
1000 | 1001 | 1002 |
1003 |
1004 | liga: 1005 | 1006 |
1007 |
1008 |
1009 |
1010 | 1011 | 1012 | 1013 | s-pop-out 1014 |
1015 |
1016 | 1017 | 1018 |
1019 |
1020 | liga: 1021 | 1022 |
1023 |
1024 |
1025 |
1026 | 1027 | 1028 | 1029 | s-puzzle 1030 |
1031 |
1032 | 1033 | 1034 |
1035 |
1036 | liga: 1037 | 1038 |
1039 |
1040 |
1041 |
1042 | 1043 | 1044 | 1045 | s-question 1046 |
1047 |
1048 | 1049 | 1050 |
1051 |
1052 | liga: 1053 | 1054 |
1055 |
1056 |
1057 |
1058 | 1059 | 1060 | 1061 | s-refresh 1062 |
1063 |
1064 | 1065 | 1066 |
1067 |
1068 | liga: 1069 | 1070 |
1071 |
1072 |
1073 |
1074 | 1075 | 1076 | 1077 | s-scissors 1078 |
1079 |
1080 | 1081 | 1082 |
1083 |
1084 | liga: 1085 | 1086 |
1087 |
1088 |
1089 |
1090 | 1091 | 1092 | 1093 | s-search 1094 |
1095 |
1096 | 1097 | 1098 |
1099 |
1100 | liga: 1101 | 1102 |
1103 |
1104 |
1105 |
1106 | 1107 | 1108 | 1109 | s-square-check 1110 |
1111 |
1112 | 1113 | 1114 |
1115 |
1116 | liga: 1117 | 1118 |
1119 |
1120 |
1121 |
1122 | 1123 | 1124 | 1125 | s-square-minus 1126 |
1127 |
1128 | 1129 | 1130 |
1131 |
1132 | liga: 1133 | 1134 |
1135 |
1136 |
1137 |
1138 | 1139 | 1140 | 1141 | s-square-plus 1142 |
1143 |
1144 | 1145 | 1146 |
1147 |
1148 | liga: 1149 | 1150 |
1151 |
1152 |
1153 |
1154 | 1155 | 1156 | 1157 | s-square-times 1158 |
1159 |
1160 | 1161 | 1162 |
1163 |
1164 | liga: 1165 | 1166 |
1167 |
1168 |
1169 |
1170 | 1171 | 1172 | 1173 | s-stack 1174 |
1175 |
1176 | 1177 | 1178 |
1179 |
1180 | liga: 1181 | 1182 |
1183 |
1184 |
1185 |
1186 | 1187 | 1188 | 1189 | s-strikethrough 1190 |
1191 |
1192 | 1193 | 1194 |
1195 |
1196 | liga: 1197 | 1198 |
1199 |
1200 |
1201 |
1202 | 1203 | 1204 | 1205 | s-subscript 1206 |
1207 |
1208 | 1209 | 1210 |
1211 |
1212 | liga: 1213 | 1214 |
1215 |
1216 |
1217 |
1218 | 1219 | 1220 | 1221 | s-sun 1222 |
1223 |
1224 | 1225 | 1226 |
1227 |
1228 | liga: 1229 | 1230 |
1231 |
1232 |
1233 |
1234 | 1235 | 1236 | 1237 | s-superscript 1238 |
1239 |
1240 | 1241 | 1242 |
1243 |
1244 | liga: 1245 | 1246 |
1247 |
1248 |
1249 |
1250 | 1251 | 1252 | 1253 | s-tablet 1254 |
1255 |
1256 | 1257 | 1258 |
1259 |
1260 | liga: 1261 | 1262 |
1263 |
1264 |
1265 |
1266 | 1267 | 1268 | 1269 | s-times 1270 |
1271 |
1272 | 1273 | 1274 |
1275 |
1276 | liga: 1277 | 1278 |
1279 |
1280 |
1281 |
1282 | 1283 | 1284 | 1285 | s-trash 1286 |
1287 |
1288 | 1289 | 1290 |
1291 |
1292 | liga: 1293 | 1294 |
1295 |
1296 |
1297 |
1298 | 1299 | 1300 | 1301 | s-underline 1302 |
1303 |
1304 | 1305 | 1306 |
1307 |
1308 | liga: 1309 | 1310 |
1311 |
1312 |
1313 |
1314 | 1315 | 1316 | 1317 | s-upload 1318 |
1319 |
1320 | 1321 | 1322 |
1323 |
1324 | liga: 1325 | 1326 |
1327 |
1328 |
1329 |
1330 | 1331 | 1332 | 1333 | s-user 1334 |
1335 |
1336 | 1337 | 1338 |
1339 |
1340 | liga: 1341 | 1342 |
1343 |
1344 |
1345 |
1346 | 1347 | 1348 | 1349 | s-warning 1350 |
1351 |
1352 | 1353 | 1354 |
1355 |
1356 | liga: 1357 | 1358 |
1359 |
1360 |
1361 | 1362 | 1363 |
1364 |

Font Test Drive

1365 | 1370 | 1372 | 1373 |
  1374 |
1375 |
1376 | 1377 |
1378 |

Generated by IcoMoon

1379 |
1380 | 1381 | 1382 | 1383 | -------------------------------------------------------------------------------- /fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reklino/strings/30d175e5330e2b3edc4be0edb30bbf45d18bc6bb/fonts/icomoon.eot -------------------------------------------------------------------------------- /fonts/icomoon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Generated by IcoMoon 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | -------------------------------------------------------------------------------- /fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reklino/strings/30d175e5330e2b3edc4be0edb30bbf45d18bc6bb/fonts/icomoon.ttf -------------------------------------------------------------------------------- /fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reklino/strings/30d175e5330e2b3edc4be0edb30bbf45d18bc6bb/fonts/icomoon.woff -------------------------------------------------------------------------------- /fonts/strings.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reklino/strings/30d175e5330e2b3edc4be0edb30bbf45d18bc6bb/fonts/strings.eot -------------------------------------------------------------------------------- /fonts/strings.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reklino/strings/30d175e5330e2b3edc4be0edb30bbf45d18bc6bb/fonts/strings.ttf -------------------------------------------------------------------------------- /fonts/strings.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reklino/strings/30d175e5330e2b3edc4be0edb30bbf45d18bc6bb/fonts/strings.woff -------------------------------------------------------------------------------- /strings.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'strings'; 3 | src:url('fonts/strings.eot?-gsphdl'); 4 | src:url('fonts/strings.eot?#iefix-gsphdl') format('embedded-opentype'), 5 | url('fonts/strings.woff?-gsphdl') format('woff'), 6 | url('fonts/strings.ttf?-gsphdl') format('truetype'), 7 | url('fonts/strings.svg?-gsphdl#strings') format('svg'); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | 12 | [class^="s-"], [class*=" s-"] { 13 | font-family: 'strings'; 14 | speak: none; 15 | font-style: normal; 16 | font-weight: normal; 17 | font-variant: normal; 18 | text-transform: none; 19 | line-height: 1; 20 | 21 | /* Better Font Rendering =========== */ 22 | -webkit-font-smoothing: antialiased; 23 | -moz-osx-font-smoothing: grayscale; 24 | } 25 | 26 | .s-align-center:before { 27 | content: "\e600"; 28 | } 29 | 30 | .s-align-justify:before { 31 | content: "\e601"; 32 | } 33 | 34 | .s-align-left:before { 35 | content: "\e602"; 36 | } 37 | 38 | .s-align-right:before { 39 | content: "\e603"; 40 | } 41 | 42 | .s-arrow-down:before { 43 | content: "\e604"; 44 | } 45 | 46 | .s-arrow-left:before { 47 | content: "\e605"; 48 | } 49 | 50 | .s-arrow-right:before { 51 | content: "\e606"; 52 | } 53 | 54 | .s-arrow-up:before { 55 | content: "\e607"; 56 | } 57 | 58 | .s-bell:before { 59 | content: "\e608"; 60 | } 61 | 62 | .s-bold:before { 63 | content: "\e609"; 64 | } 65 | 66 | .s-book:before { 67 | content: "\e60a"; 68 | } 69 | 70 | .s-brush:before { 71 | content: "\e60b"; 72 | } 73 | 74 | .s-bug:before { 75 | content: "\e60c"; 76 | } 77 | 78 | .s-check:before { 79 | content: "\e60d"; 80 | } 81 | 82 | .s-circle-check:before { 83 | content: "\e60e"; 84 | } 85 | 86 | .s-circle-minus:before { 87 | content: "\e60f"; 88 | } 89 | 90 | .s-circle-plus:before { 91 | content: "\e610"; 92 | } 93 | 94 | .s-circle-times:before { 95 | content: "\e611"; 96 | } 97 | 98 | .s-clipboard:before { 99 | content: "\e612"; 100 | } 101 | 102 | .s-clock:before { 103 | content: "\e613"; 104 | } 105 | 106 | .s-code:before { 107 | content: "\e614"; 108 | } 109 | 110 | .s-coffee:before { 111 | content: "\e615"; 112 | } 113 | 114 | .s-cog:before { 115 | content: "\e616"; 116 | } 117 | 118 | .s-color:before { 119 | content: "\e617"; 120 | } 121 | 122 | .s-contract:before { 123 | content: "\e618"; 124 | } 125 | 126 | .s-copy:before { 127 | content: "\e619"; 128 | } 129 | 130 | .s-desktop:before { 131 | content: "\e61a"; 132 | } 133 | 134 | .s-download:before { 135 | content: "\e61b"; 136 | } 137 | 138 | .s-ellipsis:before { 139 | content: "\e61c"; 140 | } 141 | 142 | .s-ellipsis-h:before { 143 | content: "\e61d"; 144 | } 145 | 146 | .s-eraser:before { 147 | content: "\e61e"; 148 | } 149 | 150 | .s-expand-1:before { 151 | content: "\e61f"; 152 | } 153 | 154 | .s-expand-2:before { 155 | content: "\e620"; 156 | } 157 | 158 | .s-expand-d:before { 159 | content: "\e621"; 160 | } 161 | 162 | .s-expand-h:before { 163 | content: "\e622"; 164 | } 165 | 166 | .s-expand-v:before { 167 | content: "\e623"; 168 | } 169 | 170 | .s-eye:before { 171 | content: "\e624"; 172 | } 173 | 174 | .s-file:before { 175 | content: "\e625"; 176 | } 177 | 178 | .s-file-code:before { 179 | content: "\e626"; 180 | } 181 | 182 | .s-files:before { 183 | content: "\e627"; 184 | } 185 | 186 | .s-flask:before { 187 | content: "\e628"; 188 | } 189 | 190 | .s-folder:before { 191 | content: "\e629"; 192 | } 193 | 194 | .s-folder-o:before { 195 | content: "\e62a"; 196 | } 197 | 198 | .s-form:before { 199 | content: "\e62b"; 200 | } 201 | 202 | .s-graph:before { 203 | content: "\e62c"; 204 | } 205 | 206 | .s-grid-1:before { 207 | content: "\e62d"; 208 | } 209 | 210 | .s-grid-2:before { 211 | content: "\e62e"; 212 | } 213 | 214 | .s-group:before { 215 | content: "\e62f"; 216 | } 217 | 218 | .s-heart:before { 219 | content: "\e630"; 220 | } 221 | 222 | .s-image:before { 223 | content: "\e631"; 224 | } 225 | 226 | .s-info:before { 227 | content: "\e632"; 228 | } 229 | 230 | .s-italic:before { 231 | content: "\e633"; 232 | } 233 | 234 | .s-layout:before { 235 | content: "\e634"; 236 | } 237 | 238 | .s-link:before { 239 | content: "\e635"; 240 | } 241 | 242 | .s-list-bulleted:before { 243 | content: "\e636"; 244 | } 245 | 246 | .s-list-numbered:before { 247 | content: "\e637"; 248 | } 249 | 250 | .s-lock:before { 251 | content: "\e638"; 252 | } 253 | 254 | .s-minus:before { 255 | content: "\e639"; 256 | } 257 | 258 | .s-moon:before { 259 | content: "\e63a"; 260 | } 261 | 262 | .s-phone:before { 263 | content: "\e63b"; 264 | } 265 | 266 | .s-phone-landscape:before { 267 | content: "\e63c"; 268 | } 269 | 270 | .s-plus:before { 271 | content: "\e63d"; 272 | } 273 | 274 | .s-pop-out:before { 275 | content: "\e63e"; 276 | } 277 | 278 | .s-puzzle:before { 279 | content: "\e63f"; 280 | } 281 | 282 | .s-question:before { 283 | content: "\e640"; 284 | } 285 | 286 | .s-refresh:before { 287 | content: "\e641"; 288 | } 289 | 290 | .s-scissors:before { 291 | content: "\e642"; 292 | } 293 | 294 | .s-search:before { 295 | content: "\e643"; 296 | } 297 | 298 | .s-square-check:before { 299 | content: "\e644"; 300 | } 301 | 302 | .s-square-minus:before { 303 | content: "\e645"; 304 | } 305 | 306 | .s-square-plus:before { 307 | content: "\e646"; 308 | } 309 | 310 | .s-square-times:before { 311 | content: "\e647"; 312 | } 313 | 314 | .s-stack:before { 315 | content: "\e648"; 316 | } 317 | 318 | .s-strikethrough:before { 319 | content: "\e649"; 320 | } 321 | 322 | .s-subscript:before { 323 | content: "\e64a"; 324 | } 325 | 326 | .s-sun:before { 327 | content: "\e64b"; 328 | } 329 | 330 | .s-superscript:before { 331 | content: "\e64c"; 332 | } 333 | 334 | .s-tablet:before { 335 | content: "\e64d"; 336 | } 337 | 338 | .s-times:before { 339 | content: "\e64e"; 340 | } 341 | 342 | .s-trash:before { 343 | content: "\e64f"; 344 | } 345 | 346 | .s-underline:before { 347 | content: "\e650"; 348 | } 349 | 350 | .s-upload:before { 351 | content: "\e651"; 352 | } 353 | 354 | .s-user:before { 355 | content: "\e652"; 356 | } 357 | 358 | .s-warning:before { 359 | content: "\e653"; 360 | } 361 | 362 | -------------------------------------------------------------------------------- /strings_v1.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Reklino/strings/30d175e5330e2b3edc4be0edb30bbf45d18bc6bb/strings_v1.ai --------------------------------------------------------------------------------