@gufo-labs/font 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/README.md CHANGED
@@ -1,18 +1,32 @@
1
1
  # Gufo Font
2
2
 
3
- **Telecom and IT-oriented icon font.**
3
+ *Telecom and IT-oriented icon font.*
4
4
 
5
5
  ---
6
6
 
7
- **Documentation**: [https://docs.gufolabs.com/gufo_loader/](https://docs.gufolabs.com/gufo_loader/)
7
+ **Documentation**: [https://docs.gufolabs.com/gufo_font/](https://docs.gufolabs.com/gufo_font/)
8
8
 
9
- **Source Code**: [https://github.com/gufolabs/gufo_loader/](https://github.com/gufolabs/gufo_loader/)
9
+ **Source Code**: [https://github.com/gufolabs/gufo_font/](https://github.com/gufolabs/gufo_font/)
10
10
 
11
11
  ---
12
+ ![NPM Version](https://img.shields.io/npm/v/%40gufo-labs%2Ffont)
12
13
  [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
13
14
  [![License: CC BY-ND 4.0](https://img.shields.io/badge/License-CC%20BY--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nd/4.0/)
14
15
  ![Sponsors](https://img.shields.io/github/sponsors/gufolabs)
15
16
 
17
+ Gufo Font is a specialized icon font designed for telecom and IT applications. In addition to common UI icons, it includes a wide range of symbols useful for diagrams, network maps, and visualizing complex systems. It also features icons inspired by popular vendor stencil packs.
18
+ Gufo Font is a color font built with COLR/CPAL technology, offering numerous benefits:
19
+
20
+ * High-quality, scalable graphics
21
+ * Consistent design across all icons
22
+ * Smooth and intuitive user experience
23
+ * Broad browser support
24
+ * Compatibility with desktop and graphic design applications
25
+ * Ultra-fast rendering compared to SVG
26
+ * Easy visualization of node statuses
27
+ * Industry-standard symbols
28
+ * Vendor-specific icon sets
29
+
16
30
  ## License
17
31
 
18
32
  ### Source files / scripts
package/gufo-font.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  @font-face {
3
3
  font-family: "GufoFont";
4
- src: url("GufoFont-Regular.4a7d4bcb.woff2") format("woff2");
4
+ src: url("GufoFont-Regular.woff2") format("woff2");
5
5
  font-weight: normal;
6
6
  font-style: normal;
7
7
  }
@@ -10,12 +10,18 @@
10
10
  font-style: normal;
11
11
  font-weight: normal;
12
12
  display: inline-block;
13
- --gf-stencil-size: 64px;
14
- font-size: var(--gf-stencil-size);
15
- width: var(--gf-stencil-size);
13
+ font-size: var(--gf-size, 1em);
16
14
  margin: 0;
17
15
  padding: 0;
18
16
  transform-origin: center center;
17
+ width: 1em;
18
+ line-height: normal;
19
+ --gf-effective-offset-y: var(--gf-offset-y, var(--gf-default-offset-y, 0.125em));
20
+ transform: translateY(var(--gf-effective-offset-y, 0));
21
+ }
22
+
23
+ .gf-map {
24
+ --gf-default-offset-y: 0;
19
25
  }
20
26
 
21
27
  @font-palette-values --gf-unknown {
@@ -252,52 +258,68 @@
252
258
  color: #7f8c8d;
253
259
  }
254
260
 
255
- .gf.gf-2x {
256
- --gf-stencil-size: 128px;
261
+ .gf.gf-1x,
262
+ .gf-stack.gf-1x {
263
+ --gf-size: 64px;
264
+ }
265
+
266
+ .gf.gf-2x,
267
+ .gf-stack.gf-2x {
268
+ --gf-size: 128px;
269
+ }
270
+
271
+ .gf.gf-3x,
272
+ .gf-stack.gf-3x {
273
+ --gf-size: 192px;
257
274
  }
258
275
 
259
- .gf.gf-3x {
260
- --gf-stencil-size: 192px;
276
+ .gf.gf-16px,
277
+ .gf-stack.gf-16px {
278
+ --gf-size: 16px;
261
279
  }
262
280
 
263
- .gf.gf-16px {
264
- --gf-stencil-size: 16px;
281
+ .gf.gf-24px,
282
+ .gf-stack.gf-24px {
283
+ --gf-size: 24px;
265
284
  }
266
285
 
267
- .gf.gf-24px {
268
- --gf-stencil-size: 24px;
286
+ .gf.gf-32px,
287
+ .gf-stack.gf-32px {
288
+ --gf-size: 32px;
269
289
  }
270
290
 
271
- .gf.gf-32px {
272
- --gf-stencil-size: 32px;
291
+ .gf.gf-48px,
292
+ .gf-stack.gf-48px {
293
+ --gf-size: 48px;
273
294
  }
274
295
 
275
- .gf.gf-48px {
276
- --gf-stencil-size: 48px;
296
+ .gf.gf-transform, .gf.gf-flip, .gf.gf-flip-h, .gf.gf-flip-v, .gf.gf-r270, .gf.gf-r180, .gf.gf-r90 {
297
+ transform: translate(var(--gf-offset-x, 0), var(--gf-effective-offset-y, 0)) rotate(var(--gf-rotate, 0)) scale(var(--gf-scale-x, 1), var(--gf-scale-y, 1));
277
298
  }
278
299
 
279
300
  .gf.gf-r90 {
280
- transform: rotate(90deg);
301
+ --gf-rotate: 90deg;
281
302
  }
282
303
 
283
304
  .gf.gf-r180 {
284
- transform: rotate(180deg);
305
+ --gf-rotate: 180deg;
285
306
  }
286
307
 
287
308
  .gf.gf-r270 {
288
- transform: rotate(270deg);
309
+ --gf-rotate: 270deg;
289
310
  }
290
311
 
291
312
  .gf-flip-v {
292
- transform: scaleY(-1);
313
+ --gf-scale-y: -1;
293
314
  }
294
315
 
295
316
  .gf-flip-h {
296
- transform: scaleX(-1);
317
+ --gf-scale-x: -1;
297
318
  }
298
319
 
299
320
  .gf-flip {
300
- transform: scale(-1, -1);
321
+ --gf-scale-x: -1;
322
+ --gf-scale-y: -1;
301
323
  }
302
324
 
303
325
  .gf-stack {
@@ -330,315 +352,643 @@
330
352
  vertical-align: sub;
331
353
  }
332
354
 
333
- .gf.brand-noc-s::before {
334
- content: "\e001";
355
+ .gf::before {
356
+ content: var(--gf);
357
+ }
358
+
359
+ .gf.brand-noc-s {
360
+ --gf: "\e001";
361
+ }
362
+ .gf.brand-gufolabs-s {
363
+ --gf: "\e003";
364
+ }
365
+ .gf.brand-sova-s {
366
+ --gf: "\e005";
367
+ }
368
+ .gf.circle {
369
+ --gf: "\e280";
370
+ }
371
+ .gf.circle-s {
372
+ --gf: "\e281";
373
+ }
374
+ .gf.circle-o {
375
+ --gf: "\e282";
376
+ }
377
+ .gf.rectangle {
378
+ --gf: "\e283";
379
+ }
380
+ .gf.rectangle-s {
381
+ --gf: "\e284";
382
+ }
383
+ .gf.rectangle-o {
384
+ --gf: "\e285";
385
+ }
386
+ .gf.circle-small {
387
+ --gf: "\e286";
388
+ }
389
+ .gf.circle-small-s {
390
+ --gf: "\e287";
391
+ }
392
+ .gf.circle-small-o {
393
+ --gf: "\e288";
394
+ }
395
+ .gf.rectangle-small {
396
+ --gf: "\e289";
397
+ }
398
+ .gf.rectangle-small-s {
399
+ --gf: "\e28a";
400
+ }
401
+ .gf.rectangle-small-o {
402
+ --gf: "\e28b";
403
+ }
404
+ .gf.star {
405
+ --gf: "\e28c";
406
+ }
407
+ .gf.star-s {
408
+ --gf: "\e28d";
409
+ }
410
+ .gf.star-o {
411
+ --gf: "\e28e";
412
+ }
413
+ .gf.star-small {
414
+ --gf: "\e28f";
415
+ }
416
+ .gf.star-small-s {
417
+ --gf: "\e290";
418
+ }
419
+ .gf.star-small-o {
420
+ --gf: "\e291";
421
+ }
422
+ .gf.ban-o {
423
+ --gf: "\e292";
424
+ }
425
+ .gf.triangle {
426
+ --gf: "\e293";
427
+ }
428
+ .gf.triangle-s {
429
+ --gf: "\e294";
430
+ }
431
+ .gf.triangle-o {
432
+ --gf: "\e295";
433
+ }
434
+ .gf.triangle-small {
435
+ --gf: "\e296";
436
+ }
437
+ .gf.triangle-small-s {
438
+ --gf: "\e297";
439
+ }
440
+ .gf.triangle-small-o {
441
+ --gf: "\e298";
442
+ }
443
+ .gf.copy-s {
444
+ --gf: "\e299";
445
+ }
446
+ .gf.copy-o {
447
+ --gf: "\e29a";
448
+ }
449
+ .gf.play {
450
+ --gf: "\e29b";
451
+ }
452
+ .gf.play-s {
453
+ --gf: "\e29c";
454
+ }
455
+ .gf.play-o {
456
+ --gf: "\e29d";
457
+ }
458
+ .gf.pause {
459
+ --gf: "\e29e";
460
+ }
461
+ .gf.pause-s {
462
+ --gf: "\e29f";
463
+ }
464
+ .gf.pause-o {
465
+ --gf: "\e2a0";
466
+ }
467
+ .gf.minus {
468
+ --gf: "\e2a1";
469
+ }
470
+ .gf.minus-s {
471
+ --gf: "\e2a2";
472
+ }
473
+ .gf.minus-o {
474
+ --gf: "\e2a3";
475
+ }
476
+ .gf.minus-small {
477
+ --gf: "\e2a4";
478
+ }
479
+ .gf.minus-small-s {
480
+ --gf: "\e2a5";
481
+ }
482
+ .gf.plus {
483
+ --gf: "\e2a6";
484
+ }
485
+ .gf.plus-s {
486
+ --gf: "\e2a7";
487
+ }
488
+ .gf.plus-o {
489
+ --gf: "\e2a8";
490
+ }
491
+ .gf.plus-small {
492
+ --gf: "\e2a9";
493
+ }
494
+ .gf.plus-small-s {
495
+ --gf: "\e2aa";
496
+ }
497
+ .gf.arrow-right {
498
+ --gf: "\e2ab";
499
+ }
500
+ .gf.arrow-right-s {
501
+ --gf: "\e2ac";
502
+ }
503
+ .gf.arrow-left {
504
+ --gf: "\e2ad";
505
+ }
506
+ .gf.arrow-left-s {
507
+ --gf: "\e2ae";
508
+ }
509
+ .gf.arrow-up {
510
+ --gf: "\e2af";
511
+ }
512
+ .gf.arrow-up-s {
513
+ --gf: "\e2b0";
514
+ }
515
+ .gf.arrow-down {
516
+ --gf: "\e2b1";
517
+ }
518
+ .gf.arrow-down-s {
519
+ --gf: "\e2b2";
520
+ }
521
+ .gf.check {
522
+ --gf: "\e2b3";
523
+ }
524
+ .gf.check-s {
525
+ --gf: "\e2b4";
526
+ }
527
+ .gf.power-off-s {
528
+ --gf: "\e2b6";
529
+ }
530
+ .gf.chevron-right {
531
+ --gf: "\e2b7";
532
+ }
533
+ .gf.chevron-right-s {
534
+ --gf: "\e2b8";
535
+ }
536
+ .gf.chevron-up {
537
+ --gf: "\e2b9";
538
+ }
539
+ .gf.chevron-up-s {
540
+ --gf: "\e2ba";
541
+ }
542
+ .gf.chevron-left {
543
+ --gf: "\e2bb";
544
+ }
545
+ .gf.chevron-left-s {
546
+ --gf: "\e2bc";
547
+ }
548
+ .gf.chevron-down {
549
+ --gf: "\e2bd";
550
+ }
551
+ .gf.chevron-down-s {
552
+ --gf: "\e2be";
553
+ }
554
+ .gf.chevrons-right {
555
+ --gf: "\e2bf";
556
+ }
557
+ .gf.chevrons-right-s {
558
+ --gf: "\e2c0";
559
+ }
560
+ .gf.chevrons-up {
561
+ --gf: "\e2c1";
562
+ }
563
+ .gf.chevrons-up-s {
564
+ --gf: "\e2c2";
565
+ }
566
+ .gf.chevrons-left {
567
+ --gf: "\e2c3";
568
+ }
569
+ .gf.chevrons-left-s {
570
+ --gf: "\e2c4";
571
+ }
572
+ .gf.chevrons-down {
573
+ --gf: "\e2c5";
574
+ }
575
+ .gf.chevrons-down-s {
576
+ --gf: "\e2c6";
577
+ }
578
+ .gf.xmark {
579
+ --gf: "\e2c7";
580
+ }
581
+ .gf.xmark-s {
582
+ --gf: "\e2c8";
583
+ }
584
+ .gf.xmark-small {
585
+ --gf: "\e2c9";
586
+ }
587
+ .gf.xmark-small-s {
588
+ --gf: "\e2ca";
589
+ }
590
+ .gf.user {
591
+ --gf: "\e2cb";
592
+ }
593
+ .gf.user-s {
594
+ --gf: "\e2cc";
595
+ }
596
+ .gf.rotate-s {
597
+ --gf: "\e2cd";
598
+ }
599
+ .gf.rotate-left-s {
600
+ --gf: "\e2ce";
601
+ }
602
+ .gf.rotate-right-s {
603
+ --gf: "\e2cf";
604
+ }
605
+ .gf.heart {
606
+ --gf: "\e2d0";
607
+ }
608
+ .gf.heart-s {
609
+ --gf: "\e2d1";
610
+ }
611
+ .gf.heart-o {
612
+ --gf: "\e2d2";
613
+ }
614
+ .gf.magnifying-glass-o {
615
+ --gf: "\e2d3";
616
+ }
617
+ .gf.bars-s {
618
+ --gf: "\e2d5";
619
+ }
620
+ .gf.file-s {
621
+ --gf: "\e2d7";
622
+ }
623
+ .gf.file-o {
624
+ --gf: "\e2d8";
625
+ }
626
+ .gf.cog {
627
+ --gf: "\e2d9";
628
+ }
629
+ .gf.cog-s {
630
+ --gf: "\e2da";
631
+ }
632
+ .gf.cog-o {
633
+ --gf: "\e2db";
634
+ }
635
+ .gf.floppy-disk-s {
636
+ --gf: "\e2dd";
637
+ }
638
+ .gf.floppy-disk-o {
639
+ --gf: "\e2de";
640
+ }
641
+ .gf.eye-o {
642
+ --gf: "\e2df";
643
+ }
644
+ .gf.globe {
645
+ --gf: "\e2e0";
646
+ }
647
+ .gf.globe-s {
648
+ --gf: "\e2e1";
649
+ }
650
+ .gf.globe-o {
651
+ --gf: "\e2e2";
652
+ }
653
+ .gf.location-pin-s {
654
+ --gf: "\e2e4";
655
+ }
656
+ .gf.location-pin-o {
657
+ --gf: "\e2e5";
658
+ }
659
+ .gf.filter-s {
660
+ --gf: "\e2e7";
661
+ }
662
+ .gf.filter-o {
663
+ --gf: "\e2e8";
664
+ }
665
+ .gf.flag {
666
+ --gf: "\e2e9";
667
+ }
668
+ .gf.flag-s {
669
+ --gf: "\e2ea";
670
+ }
671
+ .gf.download-s {
672
+ --gf: "\e2ec";
673
+ }
674
+ .gf.upload-s {
675
+ --gf: "\e2ed";
676
+ }
677
+ .gf.pen-to-square-o {
678
+ --gf: "\e2ee";
679
+ }
680
+ .gf.lock {
681
+ --gf: "\e2ef";
682
+ }
683
+ .gf.lock-s {
684
+ --gf: "\e2f0";
335
685
  }
336
- .gf.brand-gufolabs-s::before {
337
- content: "\e003";
686
+ .gf.lock-o {
687
+ --gf: "\e2f1";
338
688
  }
339
- .gf.brand-sova-s::before {
340
- content: "\e005";
689
+ .gf.pencil-s {
690
+ --gf: "\e2f2";
341
691
  }
342
- .gf.circle::before {
343
- content: "\e280";
692
+ .gf.pencil-o {
693
+ --gf: "\e2f3";
344
694
  }
345
- .gf.circle-s::before {
346
- content: "\e281";
695
+ .gf.eraser-s {
696
+ --gf: "\e2f4";
347
697
  }
348
- .gf.circle-o::before {
349
- content: "\e282";
698
+ .gf.location-arrow-s {
699
+ --gf: "\e2f5";
350
700
  }
351
- .gf.rectangle::before {
352
- content: "\e283";
701
+ .gf.location-arrow-o {
702
+ --gf: "\e2f6";
353
703
  }
354
- .gf.rectangle-s::before {
355
- content: "\e284";
704
+ .gf.comment-s {
705
+ --gf: "\e2f9";
356
706
  }
357
- .gf.rectangle-o::before {
358
- content: "\e285";
707
+ .gf.comment-o {
708
+ --gf: "\e2fa";
359
709
  }
360
- .gf.circle-small::before {
361
- content: "\e286";
710
+ .gf.dot-s {
711
+ --gf: "\e2fb";
362
712
  }
363
- .gf.circle-small-s::before {
364
- content: "\e287";
713
+ .gf.ellipsis-s {
714
+ --gf: "\e2fc";
365
715
  }
366
- .gf.circle-small-o::before {
367
- content: "\e288";
716
+ .gf.ellipsis-vertical-s {
717
+ --gf: "\e2fd";
368
718
  }
369
- .gf.rectangle-small::before {
370
- content: "\e289";
719
+ .gf.circle-info-s {
720
+ --gf: "\e2fe";
371
721
  }
372
- .gf.rectangle-small-s::before {
373
- content: "\e28a";
722
+ .gf.house-s {
723
+ --gf: "\e300";
374
724
  }
375
- .gf.rectangle-small-o::before {
376
- content: "\e28b";
725
+ .gf.stairs-o {
726
+ --gf: "\e302";
377
727
  }
378
- .gf.star::before {
379
- content: "\e28c";
728
+ .gf.octagon {
729
+ --gf: "\e303";
380
730
  }
381
- .gf.star-s::before {
382
- content: "\e28d";
731
+ .gf.octagon-s {
732
+ --gf: "\e304";
383
733
  }
384
- .gf.star-o::before {
385
- content: "\e28e";
734
+ .gf.octagon-o {
735
+ --gf: "\e305";
386
736
  }
387
- .gf.star-small::before {
388
- content: "\e28f";
737
+ .gf.spinner-s {
738
+ --gf: "\e306";
389
739
  }
390
- .gf.star-small-s::before {
391
- content: "\e290";
740
+ .gf.circle-notch-o {
741
+ --gf: "\e307";
392
742
  }
393
- .gf.star-small-o::before {
394
- content: "\e291";
743
+ .gf.slash-s {
744
+ --gf: "\e308";
395
745
  }
396
- .gf.ban-o::before {
397
- content: "\e292";
746
+ .gf.asterisk {
747
+ --gf: "\e309";
398
748
  }
399
- .gf.triangle::before {
400
- content: "\e293";
749
+ .gf.asterisk-s {
750
+ --gf: "\e30a";
401
751
  }
402
- .gf.triangle-s::before {
403
- content: "\e294";
752
+ .gf.wrench-s {
753
+ --gf: "\e30b";
404
754
  }
405
- .gf.triangle-o::before {
406
- content: "\e295";
755
+ .gf.building-s {
756
+ --gf: "\e30c";
407
757
  }
408
- .gf.triangle-small::before {
409
- content: "\e296";
758
+ .gf.warehouse-s {
759
+ --gf: "\e30d";
410
760
  }
411
- .gf.triangle-small-s::before {
412
- content: "\e297";
761
+ .gf.building-columns-s {
762
+ --gf: "\e30e";
413
763
  }
414
- .gf.triangle-small-o::before {
415
- content: "\e298";
764
+ .gf.house-medical-s {
765
+ --gf: "\e30f";
416
766
  }
417
- .gf.copy-s::before {
418
- content: "\e299";
767
+ .gf.dungeon-s {
768
+ --gf: "\e310";
419
769
  }
420
- .gf.copy-o::before {
421
- content: "\e29a";
770
+ .gf.database {
771
+ --gf: "\f000";
422
772
  }
423
- .gf.play::before {
424
- content: "\e29b";
773
+ .gf.database-s {
774
+ --gf: "\f001";
425
775
  }
426
- .gf.play-s::before {
427
- content: "\e29c";
776
+ .gf.internet {
777
+ --gf: "\f002";
428
778
  }
429
- .gf.play-o::before {
430
- content: "\e29d";
779
+ .gf.fiber-optics-o {
780
+ --gf: "\f003";
431
781
  }
432
- .gf.pause::before {
433
- content: "\e29e";
782
+ .gf.cloud {
783
+ --gf: "\f004";
434
784
  }
435
- .gf.pause-s::before {
436
- content: "\e29f";
785
+ .gf.cloud-s {
786
+ --gf: "\f005";
437
787
  }
438
- .gf.pause-o::before {
439
- content: "\e2a0";
788
+ .gf.cloud-o {
789
+ --gf: "\f006";
440
790
  }
441
- .gf.minus::before {
442
- content: "\e2a1";
791
+ .gf.radiation {
792
+ --gf: "\f007";
443
793
  }
444
- .gf.minus-s::before {
445
- content: "\e2a2";
794
+ .gf.radiation-s {
795
+ --gf: "\f008";
446
796
  }
447
- .gf.minus-o::before {
448
- content: "\e2a3";
797
+ .gf.biohazard-s {
798
+ --gf: "\f00a";
449
799
  }
450
- .gf.minus-small::before {
451
- content: "\e2a4";
800
+ .gf.bolt {
801
+ --gf: "\f00b";
452
802
  }
453
- .gf.minus-small-s::before {
454
- content: "\e2a5";
803
+ .gf.bolt-s {
804
+ --gf: "\f00c";
455
805
  }
456
- .gf.plus::before {
457
- content: "\e2a6";
806
+ .gf.lightning-bolt {
807
+ --gf: "\f00d";
458
808
  }
459
- .gf.plus-s::before {
460
- content: "\e2a7";
809
+ .gf.lightning-bolt-s {
810
+ --gf: "\f00e";
461
811
  }
462
- .gf.plus-o::before {
463
- content: "\e2a8";
812
+ .gf.wifi {
813
+ --gf: "\f012";
464
814
  }
465
- .gf.plus-small::before {
466
- content: "\e2a9";
815
+ .gf.wifi-s {
816
+ --gf: "\f013";
467
817
  }
468
- .gf.plus-small-s::before {
469
- content: "\e2aa";
818
+ .gf.database-postgres {
819
+ --gf: "\f016";
470
820
  }
471
- .gf.arrow-right::before {
472
- content: "\e2ab";
821
+ .gf.atom-o {
822
+ --gf: "\f017";
473
823
  }
474
- .gf.arrow-right-s::before {
475
- content: "\e2ac";
824
+ .gf.bluetooth-o {
825
+ --gf: "\f018";
476
826
  }
477
- .gf.arrow-left::before {
478
- content: "\e2ad";
827
+ .gf.cisco-accesspoint {
828
+ --gf: "\f200";
479
829
  }
480
- .gf.arrow-left-s::before {
481
- content: "\e2ae";
830
+ .gf.cisco-ace {
831
+ --gf: "\f201";
482
832
  }
483
- .gf.arrow-up::before {
484
- content: "\e2af";
833
+ .gf.cisco-ata {
834
+ --gf: "\f203";
485
835
  }
486
- .gf.arrow-up-s::before {
487
- content: "\e2b0";
836
+ .gf.cisco-atm-router {
837
+ --gf: "\f204";
488
838
  }
489
- .gf.arrow-down::before {
490
- content: "\e2b1";
839
+ .gf.cisco-bridge {
840
+ --gf: "\f206";
491
841
  }
492
- .gf.arrow-down-s::before {
493
- content: "\e2b2";
842
+ .gf.cisco-broadband-router {
843
+ --gf: "\f207";
494
844
  }
495
- .gf.check::before {
496
- content: "\e2b3";
845
+ .gf.cisco-cable-modem {
846
+ --gf: "\f208";
497
847
  }
498
- .gf.check-s::before {
499
- content: "\e2b4";
848
+ .gf.cisco-concentrator {
849
+ --gf: "\f20e";
500
850
  }
501
- .gf.power-off-s::before {
502
- content: "\e2b6";
851
+ .gf.cisco-firewall {
852
+ --gf: "\f214";
503
853
  }
504
- .gf.chevron-right::before {
505
- content: "\e2b7";
854
+ .gf.cisco-router {
855
+ --gf: "\f22c";
506
856
  }
507
- .gf.chevron-right-s::before {
508
- content: "\e2b8";
857
+ .gf.cisco-workgroup-switch {
858
+ --gf: "\f23f";
509
859
  }
510
- .gf.chevron-up::before {
511
- content: "\e2b9";
860
+ .gf.juniper-generic-router {
861
+ --gf: "\f400";
512
862
  }
513
- .gf.chevron-up-s::before {
514
- content: "\e2ba";
863
+ .gf.juniper-l2-l3-switch {
864
+ --gf: "\f401";
515
865
  }
516
- .gf.chevron-left::before {
517
- content: "\e2bb";
866
+ .gf.juniper-l2-l3-switch2 {
867
+ --gf: "\f402";
518
868
  }
519
- .gf.chevron-left-s::before {
520
- content: "\e2bc";
869
+ .gf.juniper-fcoe {
870
+ --gf: "\f403";
521
871
  }
522
- .gf.chevron-down::before {
523
- content: "\e2bd";
872
+ .gf.juniper-switch {
873
+ --gf: "\f404";
524
874
  }
525
- .gf.chevron-down-s::before {
526
- content: "\e2be";
875
+ .gf.exclamation {
876
+ --gf: "\21";
527
877
  }
528
- .gf.chevrons-right::before {
529
- content: "\e2bf";
878
+ .gf.zero {
879
+ --gf: "\30";
530
880
  }
531
- .gf.chevrons-right-s::before {
532
- content: "\e2c0";
881
+ .gf.one {
882
+ --gf: "\31";
533
883
  }
534
- .gf.chevrons-up::before {
535
- content: "\e2c1";
884
+ .gf.two {
885
+ --gf: "\32";
536
886
  }
537
- .gf.chevrons-up-s::before {
538
- content: "\e2c2";
887
+ .gf.three {
888
+ --gf: "\33";
539
889
  }
540
- .gf.chevrons-left::before {
541
- content: "\e2c3";
890
+ .gf.four {
891
+ --gf: "\34";
542
892
  }
543
- .gf.chevrons-left-s::before {
544
- content: "\e2c4";
893
+ .gf.five {
894
+ --gf: "\35";
545
895
  }
546
- .gf.chevrons-down::before {
547
- content: "\e2c5";
896
+ .gf.six {
897
+ --gf: "\36";
548
898
  }
549
- .gf.chevrons-down-s::before {
550
- content: "\e2c6";
899
+ .gf.seven {
900
+ --gf: "\37";
551
901
  }
552
- .gf.xmark::before {
553
- content: "\e2c7";
902
+ .gf.eight {
903
+ --gf: "\38";
554
904
  }
555
- .gf.xmark-s::before {
556
- content: "\e2c8";
905
+ .gf.nine {
906
+ --gf: "\39";
557
907
  }
558
- .gf.xmark-small::before {
559
- content: "\e2c9";
908
+ .gf.question {
909
+ --gf: "\3f";
560
910
  }
561
- .gf.xmark-small-s::before {
562
- content: "\e2ca";
911
+ .gf.at {
912
+ --gf: "\40";
563
913
  }
564
- .gf.user::before {
565
- content: "\e2cb";
914
+ .gf.latin-capital-a {
915
+ --gf: "\41";
566
916
  }
567
- .gf.user-s::before {
568
- content: "\e2cc";
917
+ .gf.latin-capital-b {
918
+ --gf: "\42";
569
919
  }
570
- .gf.rotate-s::before {
571
- content: "\e2cd";
920
+ .gf.latin-capital-c {
921
+ --gf: "\43";
572
922
  }
573
- .gf.rotate-left-s::before {
574
- content: "\e2ce";
923
+ .gf.latin-capital-d {
924
+ --gf: "\44";
575
925
  }
576
- .gf.rotate-right-s::before {
577
- content: "\e2cf";
926
+ .gf.latin-capital-e {
927
+ --gf: "\45";
578
928
  }
579
- .gf.heart::before {
580
- content: "\e2d0";
929
+ .gf.latin-capital-f {
930
+ --gf: "\46";
581
931
  }
582
- .gf.heart-s::before {
583
- content: "\e2d1";
932
+ .gf.latin-capital-g {
933
+ --gf: "\47";
584
934
  }
585
- .gf.heart-o::before {
586
- content: "\e2d2";
935
+ .gf.latin-capital-h {
936
+ --gf: "\48";
587
937
  }
588
- .gf.bars-s::before {
589
- content: "\e2d5";
938
+ .gf.latin-capital-i {
939
+ --gf: "\49";
590
940
  }
591
- .gf.file-s::before {
592
- content: "\e2d7";
941
+ .gf.latin-capital-j {
942
+ --gf: "\4a";
593
943
  }
594
- .gf.file-o::before {
595
- content: "\e2d8";
944
+ .gf.latin-capital-k {
945
+ --gf: "\4b";
596
946
  }
597
- .gf.database::before {
598
- content: "\f000";
947
+ .gf.latin-capital-l {
948
+ --gf: "\4c";
599
949
  }
600
- .gf.database-s::before {
601
- content: "\f001";
950
+ .gf.latin-capital-m {
951
+ --gf: "\4d";
602
952
  }
603
- .gf.internet::before {
604
- content: "\f002";
953
+ .gf.latin-capital-n {
954
+ --gf: "\4e";
605
955
  }
606
- .gf.fiber-optics-o::before {
607
- content: "\f003";
956
+ .gf.latin-capital-o {
957
+ --gf: "\4f";
608
958
  }
609
- .gf.cloud::before {
610
- content: "\f004";
959
+ .gf.latin-capital-p {
960
+ --gf: "\50";
611
961
  }
612
- .gf.cloud-s::before {
613
- content: "\f005";
962
+ .gf.latin-capital-q {
963
+ --gf: "\51";
614
964
  }
615
- .gf.cloud-o::before {
616
- content: "\f006";
965
+ .gf.latin-capital-r {
966
+ --gf: "\52";
617
967
  }
618
- .gf.radiation::before {
619
- content: "\f007";
968
+ .gf.latin-capital-s {
969
+ --gf: "\53";
620
970
  }
621
- .gf.radiation-s::before {
622
- content: "\f008";
971
+ .gf.latin-capital-t {
972
+ --gf: "\54";
623
973
  }
624
- .gf.biohazard-s::before {
625
- content: "\f00a";
974
+ .gf.latin-capital-u {
975
+ --gf: "\55";
626
976
  }
627
- .gf.bolt::before {
628
- content: "\f00b";
977
+ .gf.latin-capital-v {
978
+ --gf: "\56";
629
979
  }
630
- .gf.bolt-s::before {
631
- content: "\f00c";
980
+ .gf.latin-capital-w {
981
+ --gf: "\57";
632
982
  }
633
- .gf.lightning-bolt::before {
634
- content: "\f00d";
983
+ .gf.latin-capital-x {
984
+ --gf: "\58";
635
985
  }
636
- .gf.lightning-bolt-s::before {
637
- content: "\f00e";
986
+ .gf.latin-capital-y {
987
+ --gf: "\59";
638
988
  }
639
- .gf.cisco-router::before {
640
- content: "\f22c";
989
+ .gf.latin-capital-z {
990
+ --gf: "\5a";
641
991
  }
642
- .gf.cisco-workgroup-switch::before {
643
- content: "\f23f";
992
+ .gf.copyright {
993
+ --gf: "\a9";
644
994
  }
package/gufo-font.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:"GufoFont";src:url("GufoFont-Regular.4a7d4bcb.woff2") format("woff2");font-weight:normal;font-style:normal}.gf{font-family:"GufoFont";font-style:normal;font-weight:normal;display:inline-block;--gf-stencil-size: 64px;font-size:var(--gf-stencil-size);width:var(--gf-stencil-size);margin:0;padding:0;transform-origin:center center}@font-palette-values --gf-unknown{font-family:"GufoFont";override-colors:0 #7f8c8d}.gf.gf-unknown{font-palette:--gf-unknown;color:#7f8c8d}@font-palette-values --gf-ok{font-family:"GufoFont";override-colors:0 #16a085}.gf.gf-ok{font-palette:--gf-ok;color:#16a085}@font-palette-values --gf-warn{font-family:"GufoFont";override-colors:0 #f1c40f}.gf.gf-warn{font-palette:--gf-warn;color:#f1c40f}@font-palette-values --gf-fail{font-family:"GufoFont";override-colors:0 #c0392b}.gf.gf-fail{font-palette:--gf-fail;color:#c0392b}@font-palette-values --gf-black{font-family:"GufoFont";override-colors:0 #000}.gf.gf-black{font-palette:--gf-black;color:#000}@font-palette-values --gf-write{font-family:"GufoFont";override-colors:0 #fff}.gf.gf-write{font-palette:--gf-write;color:#fff}@font-palette-values --gf-turquoise{font-family:"GufoFont";override-colors:0 #1abc9c}.gf.gf-turquoise{font-palette:--gf-turquoise;color:#1abc9c}@font-palette-values --gf-emerald{font-family:"GufoFont";override-colors:0 #2ecc71}.gf.gf-emerald{font-palette:--gf-emerald;color:#2ecc71}@font-palette-values --gf-green-sea{font-family:"GufoFont";override-colors:0 #16a085}.gf.gf-green-sea{font-palette:--gf-green-sea;color:#16a085}@font-palette-values --gf-nephritis{font-family:"GufoFont";override-colors:0 #27ae60}.gf.gf-nephritis{font-palette:--gf-nephritis;color:#27ae60}@font-palette-values --gf-sunflower{font-family:"GufoFont";override-colors:0 #f1c40f}.gf.gf-sunflower{font-palette:--gf-sunflower;color:#f1c40f}@font-palette-values --gf-orange{font-family:"GufoFont";override-colors:0 #f39c12}.gf.gf-orange{font-palette:--gf-orange;color:#f39c12}@font-palette-values --gf-carrot{font-family:"GufoFont";override-colors:0 #e67e22}.gf.gf-carrot{font-palette:--gf-carrot;color:#e67e22}@font-palette-values --gf-pumpkin{font-family:"GufoFont";override-colors:0 #d35400}.gf.gf-pumpkin{font-palette:--gf-pumpkin;color:#d35400}@font-palette-values --gf-peter-river{font-family:"GufoFont";override-colors:0 #3498db}.gf.gf-peter-river{font-palette:--gf-peter-river;color:#3498db}@font-palette-values --gf-belize-hole{font-family:"GufoFont";override-colors:0 #2980b9}.gf.gf-belize-hole{font-palette:--gf-belize-hole;color:#2980b9}@font-palette-values --gf-amethyst{font-family:"GufoFont";override-colors:0 #9b59b6}.gf.gf-amethyst{font-palette:--gf-amethyst;color:#9b59b6}@font-palette-values --gf-wisteria{font-family:"GufoFont";override-colors:0 #8e44ad}.gf.gf-wisteria{font-palette:--gf-wisteria;color:#8e44ad}@font-palette-values --gf-alizarin{font-family:"GufoFont";override-colors:0 #e74c3c}.gf.gf-alizarin{font-palette:--gf-alizarin;color:#e74c3c}@font-palette-values --gf-pomegranade{font-family:"GufoFont";override-colors:0 #c0392b}.gf.gf-pomegranade{font-palette:--gf-pomegranade;color:#c0392b}@font-palette-values --gf-clouds{font-family:"GufoFont";override-colors:0 #ecf0f1}.gf.gf-clouds{font-palette:--gf-clouds;color:#ecf0f1}@font-palette-values --gf-silver{font-family:"GufoFont";override-colors:0 #bdc3c7}.gf.gf-silver{font-palette:--gf-silver;color:#bdc3c7}@font-palette-values --gf-wet-asphalt{font-family:"GufoFont";override-colors:0 #34495e}.gf.gf-wet-asphalt{font-palette:--gf-wet-asphalt;color:#34495e}@font-palette-values --gf-midnight-blue{font-family:"GufoFont";override-colors:0 #2c3e50}.gf.gf-midnight-blue{font-palette:--gf-midnight-blue;color:#2c3e50}@font-palette-values --gf-concrete{font-family:"GufoFont";override-colors:0 #95a5a6}.gf.gf-concrete{font-palette:--gf-concrete;color:#95a5a6}@font-palette-values --gf-asbestos{font-family:"GufoFont";override-colors:0 #7f8c8d}.gf.gf-asbestos{font-palette:--gf-asbestos;color:#7f8c8d}.gf.gf-2x{--gf-stencil-size: 128px}.gf.gf-3x{--gf-stencil-size: 192px}.gf.gf-16px{--gf-stencil-size: 16px}.gf.gf-24px{--gf-stencil-size: 24px}.gf.gf-32px{--gf-stencil-size: 32px}.gf.gf-48px{--gf-stencil-size: 48px}.gf.gf-r90{transform:rotate(90deg)}.gf.gf-r180{transform:rotate(180deg)}.gf.gf-r270{transform:rotate(270deg)}.gf-flip-v{transform:scaleY(-1)}.gf-flip-h{transform:scaleX(-1)}.gf-flip{transform:scale(-1, -1)}.gf-stack{position:relative;display:inline-block;width:1em;height:1em;vertical-align:middle}.gf-stack>.gf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);line-height:1em}.gf-sup{display:inline-block;font-size:.5em;vertical-align:super}.gf-sub{display:inline-block;font-size:.5em;vertical-align:sub}.gf.brand-noc-s::before{content:""}.gf.brand-gufolabs-s::before{content:""}.gf.brand-sova-s::before{content:""}.gf.circle::before{content:""}.gf.circle-s::before{content:""}.gf.circle-o::before{content:""}.gf.rectangle::before{content:""}.gf.rectangle-s::before{content:""}.gf.rectangle-o::before{content:""}.gf.circle-small::before{content:""}.gf.circle-small-s::before{content:""}.gf.circle-small-o::before{content:""}.gf.rectangle-small::before{content:""}.gf.rectangle-small-s::before{content:""}.gf.rectangle-small-o::before{content:""}.gf.star::before{content:""}.gf.star-s::before{content:""}.gf.star-o::before{content:""}.gf.star-small::before{content:""}.gf.star-small-s::before{content:""}.gf.star-small-o::before{content:""}.gf.ban-o::before{content:""}.gf.triangle::before{content:""}.gf.triangle-s::before{content:""}.gf.triangle-o::before{content:""}.gf.triangle-small::before{content:""}.gf.triangle-small-s::before{content:""}.gf.triangle-small-o::before{content:""}.gf.copy-s::before{content:""}.gf.copy-o::before{content:""}.gf.play::before{content:""}.gf.play-s::before{content:""}.gf.play-o::before{content:""}.gf.pause::before{content:""}.gf.pause-s::before{content:""}.gf.pause-o::before{content:""}.gf.minus::before{content:""}.gf.minus-s::before{content:""}.gf.minus-o::before{content:""}.gf.minus-small::before{content:""}.gf.minus-small-s::before{content:""}.gf.plus::before{content:""}.gf.plus-s::before{content:""}.gf.plus-o::before{content:""}.gf.plus-small::before{content:""}.gf.plus-small-s::before{content:""}.gf.arrow-right::before{content:""}.gf.arrow-right-s::before{content:""}.gf.arrow-left::before{content:""}.gf.arrow-left-s::before{content:""}.gf.arrow-up::before{content:""}.gf.arrow-up-s::before{content:""}.gf.arrow-down::before{content:""}.gf.arrow-down-s::before{content:""}.gf.check::before{content:""}.gf.check-s::before{content:""}.gf.power-off-s::before{content:""}.gf.chevron-right::before{content:""}.gf.chevron-right-s::before{content:""}.gf.chevron-up::before{content:""}.gf.chevron-up-s::before{content:""}.gf.chevron-left::before{content:""}.gf.chevron-left-s::before{content:""}.gf.chevron-down::before{content:""}.gf.chevron-down-s::before{content:""}.gf.chevrons-right::before{content:""}.gf.chevrons-right-s::before{content:""}.gf.chevrons-up::before{content:""}.gf.chevrons-up-s::before{content:""}.gf.chevrons-left::before{content:""}.gf.chevrons-left-s::before{content:""}.gf.chevrons-down::before{content:""}.gf.chevrons-down-s::before{content:""}.gf.xmark::before{content:""}.gf.xmark-s::before{content:""}.gf.xmark-small::before{content:""}.gf.xmark-small-s::before{content:""}.gf.user::before{content:""}.gf.user-s::before{content:""}.gf.rotate-s::before{content:""}.gf.rotate-left-s::before{content:""}.gf.rotate-right-s::before{content:""}.gf.heart::before{content:""}.gf.heart-s::before{content:""}.gf.heart-o::before{content:""}.gf.bars-s::before{content:""}.gf.file-s::before{content:""}.gf.file-o::before{content:""}.gf.database::before{content:""}.gf.database-s::before{content:""}.gf.internet::before{content:""}.gf.fiber-optics-o::before{content:""}.gf.cloud::before{content:""}.gf.cloud-s::before{content:""}.gf.cloud-o::before{content:""}.gf.radiation::before{content:""}.gf.radiation-s::before{content:""}.gf.biohazard-s::before{content:""}.gf.bolt::before{content:""}.gf.bolt-s::before{content:""}.gf.lightning-bolt::before{content:""}.gf.lightning-bolt-s::before{content:""}.gf.cisco-router::before{content:""}.gf.cisco-workgroup-switch::before{content:""}/*# sourceMappingURL=gufo-font.min.css.map */
1
+ @font-face{font-family:"GufoFont";src:url("GufoFont-Regular.woff2") format("woff2");font-weight:normal;font-style:normal}.gf{font-family:"GufoFont";font-style:normal;font-weight:normal;display:inline-block;font-size:var(--gf-size, 1em);margin:0;padding:0;transform-origin:center center;width:1em;line-height:normal;--gf-effective-offset-y: var(--gf-offset-y, var(--gf-default-offset-y, 0.125em));transform:translateY(var(--gf-effective-offset-y, 0))}.gf-map{--gf-default-offset-y: 0}@font-palette-values --gf-unknown{font-family:"GufoFont";override-colors:0 #7f8c8d}.gf.gf-unknown{font-palette:--gf-unknown;color:#7f8c8d}@font-palette-values --gf-ok{font-family:"GufoFont";override-colors:0 #16a085}.gf.gf-ok{font-palette:--gf-ok;color:#16a085}@font-palette-values --gf-warn{font-family:"GufoFont";override-colors:0 #f1c40f}.gf.gf-warn{font-palette:--gf-warn;color:#f1c40f}@font-palette-values --gf-fail{font-family:"GufoFont";override-colors:0 #c0392b}.gf.gf-fail{font-palette:--gf-fail;color:#c0392b}@font-palette-values --gf-black{font-family:"GufoFont";override-colors:0 #000}.gf.gf-black{font-palette:--gf-black;color:#000}@font-palette-values --gf-write{font-family:"GufoFont";override-colors:0 #fff}.gf.gf-write{font-palette:--gf-write;color:#fff}@font-palette-values --gf-turquoise{font-family:"GufoFont";override-colors:0 #1abc9c}.gf.gf-turquoise{font-palette:--gf-turquoise;color:#1abc9c}@font-palette-values --gf-emerald{font-family:"GufoFont";override-colors:0 #2ecc71}.gf.gf-emerald{font-palette:--gf-emerald;color:#2ecc71}@font-palette-values --gf-green-sea{font-family:"GufoFont";override-colors:0 #16a085}.gf.gf-green-sea{font-palette:--gf-green-sea;color:#16a085}@font-palette-values --gf-nephritis{font-family:"GufoFont";override-colors:0 #27ae60}.gf.gf-nephritis{font-palette:--gf-nephritis;color:#27ae60}@font-palette-values --gf-sunflower{font-family:"GufoFont";override-colors:0 #f1c40f}.gf.gf-sunflower{font-palette:--gf-sunflower;color:#f1c40f}@font-palette-values --gf-orange{font-family:"GufoFont";override-colors:0 #f39c12}.gf.gf-orange{font-palette:--gf-orange;color:#f39c12}@font-palette-values --gf-carrot{font-family:"GufoFont";override-colors:0 #e67e22}.gf.gf-carrot{font-palette:--gf-carrot;color:#e67e22}@font-palette-values --gf-pumpkin{font-family:"GufoFont";override-colors:0 #d35400}.gf.gf-pumpkin{font-palette:--gf-pumpkin;color:#d35400}@font-palette-values --gf-peter-river{font-family:"GufoFont";override-colors:0 #3498db}.gf.gf-peter-river{font-palette:--gf-peter-river;color:#3498db}@font-palette-values --gf-belize-hole{font-family:"GufoFont";override-colors:0 #2980b9}.gf.gf-belize-hole{font-palette:--gf-belize-hole;color:#2980b9}@font-palette-values --gf-amethyst{font-family:"GufoFont";override-colors:0 #9b59b6}.gf.gf-amethyst{font-palette:--gf-amethyst;color:#9b59b6}@font-palette-values --gf-wisteria{font-family:"GufoFont";override-colors:0 #8e44ad}.gf.gf-wisteria{font-palette:--gf-wisteria;color:#8e44ad}@font-palette-values --gf-alizarin{font-family:"GufoFont";override-colors:0 #e74c3c}.gf.gf-alizarin{font-palette:--gf-alizarin;color:#e74c3c}@font-palette-values --gf-pomegranade{font-family:"GufoFont";override-colors:0 #c0392b}.gf.gf-pomegranade{font-palette:--gf-pomegranade;color:#c0392b}@font-palette-values --gf-clouds{font-family:"GufoFont";override-colors:0 #ecf0f1}.gf.gf-clouds{font-palette:--gf-clouds;color:#ecf0f1}@font-palette-values --gf-silver{font-family:"GufoFont";override-colors:0 #bdc3c7}.gf.gf-silver{font-palette:--gf-silver;color:#bdc3c7}@font-palette-values --gf-wet-asphalt{font-family:"GufoFont";override-colors:0 #34495e}.gf.gf-wet-asphalt{font-palette:--gf-wet-asphalt;color:#34495e}@font-palette-values --gf-midnight-blue{font-family:"GufoFont";override-colors:0 #2c3e50}.gf.gf-midnight-blue{font-palette:--gf-midnight-blue;color:#2c3e50}@font-palette-values --gf-concrete{font-family:"GufoFont";override-colors:0 #95a5a6}.gf.gf-concrete{font-palette:--gf-concrete;color:#95a5a6}@font-palette-values --gf-asbestos{font-family:"GufoFont";override-colors:0 #7f8c8d}.gf.gf-asbestos{font-palette:--gf-asbestos;color:#7f8c8d}.gf.gf-1x,.gf-stack.gf-1x{--gf-size: 64px}.gf.gf-2x,.gf-stack.gf-2x{--gf-size: 128px}.gf.gf-3x,.gf-stack.gf-3x{--gf-size: 192px}.gf.gf-16px,.gf-stack.gf-16px{--gf-size: 16px}.gf.gf-24px,.gf-stack.gf-24px{--gf-size: 24px}.gf.gf-32px,.gf-stack.gf-32px{--gf-size: 32px}.gf.gf-48px,.gf-stack.gf-48px{--gf-size: 48px}.gf.gf-transform,.gf.gf-flip,.gf.gf-flip-h,.gf.gf-flip-v,.gf.gf-r270,.gf.gf-r180,.gf.gf-r90{transform:translate(var(--gf-offset-x, 0), var(--gf-effective-offset-y, 0)) rotate(var(--gf-rotate, 0)) scale(var(--gf-scale-x, 1), var(--gf-scale-y, 1))}.gf.gf-r90{--gf-rotate: 90deg}.gf.gf-r180{--gf-rotate: 180deg}.gf.gf-r270{--gf-rotate: 270deg}.gf-flip-v{--gf-scale-y: -1}.gf-flip-h{--gf-scale-x: -1}.gf-flip{--gf-scale-x: -1;--gf-scale-y: -1}.gf-stack{position:relative;display:inline-block;width:1em;height:1em;vertical-align:middle}.gf-stack>.gf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);line-height:1em}.gf-sup{display:inline-block;font-size:.5em;vertical-align:super}.gf-sub{display:inline-block;font-size:.5em;vertical-align:sub}.gf::before{content:var(--gf)}.gf.brand-noc-s{--gf: "\e001"}.gf.brand-gufolabs-s{--gf: "\e003"}.gf.brand-sova-s{--gf: "\e005"}.gf.circle{--gf: "\e280"}.gf.circle-s{--gf: "\e281"}.gf.circle-o{--gf: "\e282"}.gf.rectangle{--gf: "\e283"}.gf.rectangle-s{--gf: "\e284"}.gf.rectangle-o{--gf: "\e285"}.gf.circle-small{--gf: "\e286"}.gf.circle-small-s{--gf: "\e287"}.gf.circle-small-o{--gf: "\e288"}.gf.rectangle-small{--gf: "\e289"}.gf.rectangle-small-s{--gf: "\e28a"}.gf.rectangle-small-o{--gf: "\e28b"}.gf.star{--gf: "\e28c"}.gf.star-s{--gf: "\e28d"}.gf.star-o{--gf: "\e28e"}.gf.star-small{--gf: "\e28f"}.gf.star-small-s{--gf: "\e290"}.gf.star-small-o{--gf: "\e291"}.gf.ban-o{--gf: "\e292"}.gf.triangle{--gf: "\e293"}.gf.triangle-s{--gf: "\e294"}.gf.triangle-o{--gf: "\e295"}.gf.triangle-small{--gf: "\e296"}.gf.triangle-small-s{--gf: "\e297"}.gf.triangle-small-o{--gf: "\e298"}.gf.copy-s{--gf: "\e299"}.gf.copy-o{--gf: "\e29a"}.gf.play{--gf: "\e29b"}.gf.play-s{--gf: "\e29c"}.gf.play-o{--gf: "\e29d"}.gf.pause{--gf: "\e29e"}.gf.pause-s{--gf: "\e29f"}.gf.pause-o{--gf: "\e2a0"}.gf.minus{--gf: "\e2a1"}.gf.minus-s{--gf: "\e2a2"}.gf.minus-o{--gf: "\e2a3"}.gf.minus-small{--gf: "\e2a4"}.gf.minus-small-s{--gf: "\e2a5"}.gf.plus{--gf: "\e2a6"}.gf.plus-s{--gf: "\e2a7"}.gf.plus-o{--gf: "\e2a8"}.gf.plus-small{--gf: "\e2a9"}.gf.plus-small-s{--gf: "\e2aa"}.gf.arrow-right{--gf: "\e2ab"}.gf.arrow-right-s{--gf: "\e2ac"}.gf.arrow-left{--gf: "\e2ad"}.gf.arrow-left-s{--gf: "\e2ae"}.gf.arrow-up{--gf: "\e2af"}.gf.arrow-up-s{--gf: "\e2b0"}.gf.arrow-down{--gf: "\e2b1"}.gf.arrow-down-s{--gf: "\e2b2"}.gf.check{--gf: "\e2b3"}.gf.check-s{--gf: "\e2b4"}.gf.power-off-s{--gf: "\e2b6"}.gf.chevron-right{--gf: "\e2b7"}.gf.chevron-right-s{--gf: "\e2b8"}.gf.chevron-up{--gf: "\e2b9"}.gf.chevron-up-s{--gf: "\e2ba"}.gf.chevron-left{--gf: "\e2bb"}.gf.chevron-left-s{--gf: "\e2bc"}.gf.chevron-down{--gf: "\e2bd"}.gf.chevron-down-s{--gf: "\e2be"}.gf.chevrons-right{--gf: "\e2bf"}.gf.chevrons-right-s{--gf: "\e2c0"}.gf.chevrons-up{--gf: "\e2c1"}.gf.chevrons-up-s{--gf: "\e2c2"}.gf.chevrons-left{--gf: "\e2c3"}.gf.chevrons-left-s{--gf: "\e2c4"}.gf.chevrons-down{--gf: "\e2c5"}.gf.chevrons-down-s{--gf: "\e2c6"}.gf.xmark{--gf: "\e2c7"}.gf.xmark-s{--gf: "\e2c8"}.gf.xmark-small{--gf: "\e2c9"}.gf.xmark-small-s{--gf: "\e2ca"}.gf.user{--gf: "\e2cb"}.gf.user-s{--gf: "\e2cc"}.gf.rotate-s{--gf: "\e2cd"}.gf.rotate-left-s{--gf: "\e2ce"}.gf.rotate-right-s{--gf: "\e2cf"}.gf.heart{--gf: "\e2d0"}.gf.heart-s{--gf: "\e2d1"}.gf.heart-o{--gf: "\e2d2"}.gf.magnifying-glass-o{--gf: "\e2d3"}.gf.bars-s{--gf: "\e2d5"}.gf.file-s{--gf: "\e2d7"}.gf.file-o{--gf: "\e2d8"}.gf.cog{--gf: "\e2d9"}.gf.cog-s{--gf: "\e2da"}.gf.cog-o{--gf: "\e2db"}.gf.floppy-disk-s{--gf: "\e2dd"}.gf.floppy-disk-o{--gf: "\e2de"}.gf.eye-o{--gf: "\e2df"}.gf.globe{--gf: "\e2e0"}.gf.globe-s{--gf: "\e2e1"}.gf.globe-o{--gf: "\e2e2"}.gf.location-pin-s{--gf: "\e2e4"}.gf.location-pin-o{--gf: "\e2e5"}.gf.filter-s{--gf: "\e2e7"}.gf.filter-o{--gf: "\e2e8"}.gf.flag{--gf: "\e2e9"}.gf.flag-s{--gf: "\e2ea"}.gf.download-s{--gf: "\e2ec"}.gf.upload-s{--gf: "\e2ed"}.gf.pen-to-square-o{--gf: "\e2ee"}.gf.lock{--gf: "\e2ef"}.gf.lock-s{--gf: "\e2f0"}.gf.lock-o{--gf: "\e2f1"}.gf.pencil-s{--gf: "\e2f2"}.gf.pencil-o{--gf: "\e2f3"}.gf.eraser-s{--gf: "\e2f4"}.gf.location-arrow-s{--gf: "\e2f5"}.gf.location-arrow-o{--gf: "\e2f6"}.gf.comment-s{--gf: "\e2f9"}.gf.comment-o{--gf: "\e2fa"}.gf.dot-s{--gf: "\e2fb"}.gf.ellipsis-s{--gf: "\e2fc"}.gf.ellipsis-vertical-s{--gf: "\e2fd"}.gf.circle-info-s{--gf: "\e2fe"}.gf.house-s{--gf: "\e300"}.gf.stairs-o{--gf: "\e302"}.gf.octagon{--gf: "\e303"}.gf.octagon-s{--gf: "\e304"}.gf.octagon-o{--gf: "\e305"}.gf.spinner-s{--gf: "\e306"}.gf.circle-notch-o{--gf: "\e307"}.gf.slash-s{--gf: "\e308"}.gf.asterisk{--gf: "\e309"}.gf.asterisk-s{--gf: "\e30a"}.gf.wrench-s{--gf: "\e30b"}.gf.building-s{--gf: "\e30c"}.gf.warehouse-s{--gf: "\e30d"}.gf.building-columns-s{--gf: "\e30e"}.gf.house-medical-s{--gf: "\e30f"}.gf.dungeon-s{--gf: "\e310"}.gf.database{--gf: "\f000"}.gf.database-s{--gf: "\f001"}.gf.internet{--gf: "\f002"}.gf.fiber-optics-o{--gf: "\f003"}.gf.cloud{--gf: "\f004"}.gf.cloud-s{--gf: "\f005"}.gf.cloud-o{--gf: "\f006"}.gf.radiation{--gf: "\f007"}.gf.radiation-s{--gf: "\f008"}.gf.biohazard-s{--gf: "\f00a"}.gf.bolt{--gf: "\f00b"}.gf.bolt-s{--gf: "\f00c"}.gf.lightning-bolt{--gf: "\f00d"}.gf.lightning-bolt-s{--gf: "\f00e"}.gf.wifi{--gf: "\f012"}.gf.wifi-s{--gf: "\f013"}.gf.database-postgres{--gf: "\f016"}.gf.atom-o{--gf: "\f017"}.gf.bluetooth-o{--gf: "\f018"}.gf.cisco-accesspoint{--gf: "\f200"}.gf.cisco-ace{--gf: "\f201"}.gf.cisco-ata{--gf: "\f203"}.gf.cisco-atm-router{--gf: "\f204"}.gf.cisco-bridge{--gf: "\f206"}.gf.cisco-broadband-router{--gf: "\f207"}.gf.cisco-cable-modem{--gf: "\f208"}.gf.cisco-concentrator{--gf: "\f20e"}.gf.cisco-firewall{--gf: "\f214"}.gf.cisco-router{--gf: "\f22c"}.gf.cisco-workgroup-switch{--gf: "\f23f"}.gf.juniper-generic-router{--gf: "\f400"}.gf.juniper-l2-l3-switch{--gf: "\f401"}.gf.juniper-l2-l3-switch2{--gf: "\f402"}.gf.juniper-fcoe{--gf: "\f403"}.gf.juniper-switch{--gf: "\f404"}.gf.exclamation{--gf: "\21"}.gf.zero{--gf: "\30"}.gf.one{--gf: "\31"}.gf.two{--gf: "\32"}.gf.three{--gf: "\33"}.gf.four{--gf: "\34"}.gf.five{--gf: "\35"}.gf.six{--gf: "\36"}.gf.seven{--gf: "\37"}.gf.eight{--gf: "\38"}.gf.nine{--gf: "\39"}.gf.question{--gf: "\3f"}.gf.at{--gf: "\40"}.gf.latin-capital-a{--gf: "\41"}.gf.latin-capital-b{--gf: "\42"}.gf.latin-capital-c{--gf: "\43"}.gf.latin-capital-d{--gf: "\44"}.gf.latin-capital-e{--gf: "\45"}.gf.latin-capital-f{--gf: "\46"}.gf.latin-capital-g{--gf: "\47"}.gf.latin-capital-h{--gf: "\48"}.gf.latin-capital-i{--gf: "\49"}.gf.latin-capital-j{--gf: "\4a"}.gf.latin-capital-k{--gf: "\4b"}.gf.latin-capital-l{--gf: "\4c"}.gf.latin-capital-m{--gf: "\4d"}.gf.latin-capital-n{--gf: "\4e"}.gf.latin-capital-o{--gf: "\4f"}.gf.latin-capital-p{--gf: "\50"}.gf.latin-capital-q{--gf: "\51"}.gf.latin-capital-r{--gf: "\52"}.gf.latin-capital-s{--gf: "\53"}.gf.latin-capital-t{--gf: "\54"}.gf.latin-capital-u{--gf: "\55"}.gf.latin-capital-v{--gf: "\56"}.gf.latin-capital-w{--gf: "\57"}.gf.latin-capital-x{--gf: "\58"}.gf.latin-capital-y{--gf: "\59"}.gf.latin-capital-z{--gf: "\5a"}.gf.copyright{--gf: "\a9"}/*# sourceMappingURL=gufo-font.min.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../scss/_font.scss","../../scss/_core.scss","../../scss/_state.scss","../../scss/_vars.scss","../../scss/_colors.scss","../../scss/_scale.scss","../../scss/_rotate.scss","../../scss/_flip.scss","../../scss/_stack.scss","../../scss/_sub.scss","../../scss/_glyphs.scss"],"names":[],"mappings":"CAQA,WACI,uBACA,2DACA,mBACA,kBCJJ,IACI,uBACA,kBACA,mBACA,qBACA,wBACA,iCACA,6BACA,SACA,UACA,iECCI,YCVC,WDWD,gBACI,UAGR,eACI,0BACA,MAnBC,QAWL,6BACI,YCVC,WDWD,gBACI,UAGR,UACI,qBACA,MAnBC,QAWL,+BACI,YCVC,WDWD,gBACI,UAGR,YACI,uBACA,MAnBC,QAWL,+BACI,YCVC,WDWD,gBACI,UAGR,YACI,uBACA,MAnBC,QE6BL,gCACI,YD5BC,WC6BD,gBACI,OAGR,aACI,wBACA,MArCC,KA6BL,gCACI,YD5BC,WC6BD,gBACI,OAGR,aACI,wBACA,MArCC,KA6BL,oCACI,YD5BC,WC6BD,gBACI,UAGR,iBACI,4BACA,MArCC,QA6BL,kCACI,YD5BC,WC6BD,gBACI,UAGR,eACI,0BACA,MArCC,QA6BL,oCACI,YD5BC,WC6BD,gBACI,UAGR,iBACI,4BACA,MArCC,QA6BL,oCACI,YD5BC,WC6BD,gBACI,UAGR,iBACI,4BACA,MArCC,QA6BL,oCACI,YD5BC,WC6BD,gBACI,UAGR,iBACI,4BACA,MArCC,QA6BL,iCACI,YD5BC,WC6BD,gBACI,UAGR,cACI,yBACA,MArCC,QA6BL,iCACI,YD5BC,WC6BD,gBACI,UAGR,cACI,yBACA,MArCC,QA6BL,kCACI,YD5BC,WC6BD,gBACI,UAGR,eACI,0BACA,MArCC,QA6BL,sCACI,YD5BC,WC6BD,gBACI,UAGR,mBACI,8BACA,MArCC,QA6BL,sCACI,YD5BC,WC6BD,gBACI,UAGR,mBACI,8BACA,MArCC,QA6BL,mCACI,YD5BC,WC6BD,gBACI,UAGR,gBACI,2BACA,MArCC,QA6BL,mCACI,YD5BC,WC6BD,gBACI,UAGR,gBACI,2BACA,MArCC,QA6BL,mCACI,YD5BC,WC6BD,gBACI,UAGR,gBACI,2BACA,MArCC,QA6BL,sCACI,YD5BC,WC6BD,gBACI,UAGR,mBACI,8BACA,MArCC,QA6BL,iCACI,YD5BC,WC6BD,gBACI,UAGR,cACI,yBACA,MArCC,QA6BL,iCACI,YD5BC,WC6BD,gBACI,UAGR,cACI,yBACA,MArCC,QA6BL,sCACI,YD5BC,WC6BD,gBACI,UAGR,mBACI,8BACA,MArCC,QA6BL,wCACI,YD5BC,WC6BD,gBACI,UAGR,qBACI,gCACA,MArCC,QA6BL,mCACI,YD5BC,WC6BD,gBACI,UAGR,gBACI,2BACA,MArCC,QA6BL,mCACI,YD5BC,WC6BD,gBACI,UAGR,gBACI,2BACA,MArCC,QCKL,UACI,yBADJ,UACI,yBAUJ,YACI,wBADJ,YACI,wBADJ,YACI,wBADJ,YACI,wBCZJ,WACI,wBADJ,YACI,yBADJ,YACI,yBCLR,WACI,qBAIJ,WACI,qBAIJ,SACI,wBCZJ,UACI,kBACA,qBACA,UACA,WACA,sBAGJ,cACI,kBACA,SACA,QACA,gCACA,gBCbJ,QACI,qBACA,eACA,qBAIJ,QACI,qBACA,eACA,mBCFI,wBALJ,YAKI,6BALJ,YAKI,yBALJ,YAKI,mBALJ,YAKI,qBALJ,YAKI,qBALJ,YAKI,sBALJ,YAKI,wBALJ,YAKI,wBALJ,YAKI,yBALJ,YAKI,2BALJ,YAKI,2BALJ,YAKI,4BALJ,YAKI,8BALJ,YAKI,8BALJ,YAKI,iBALJ,YAKI,mBALJ,YAKI,mBALJ,YAKI,uBALJ,YAKI,yBALJ,YAKI,yBALJ,YAKI,kBALJ,YAKI,qBALJ,YAKI,uBALJ,YAKI,uBALJ,YAKI,2BALJ,YAKI,6BALJ,YAKI,6BALJ,YAKI,mBALJ,YAKI,mBALJ,YAKI,iBALJ,YAKI,mBALJ,YAKI,mBALJ,YAKI,kBALJ,YAKI,oBALJ,YAKI,oBALJ,YAKI,kBALJ,YAKI,oBALJ,YAKI,oBALJ,YAKI,wBALJ,YAKI,0BALJ,YAKI,iBALJ,YAKI,mBALJ,YAKI,mBALJ,YAKI,uBALJ,YAKI,yBALJ,YAKI,wBALJ,YAKI,0BALJ,YAKI,uBALJ,YAKI,yBALJ,YAKI,qBALJ,YAKI,uBALJ,YAKI,uBALJ,YAKI,yBALJ,YAKI,kBALJ,YAKI,oBALJ,YAKI,wBALJ,YAKI,0BALJ,YAKI,4BALJ,YAKI,uBALJ,YAKI,yBALJ,YAKI,yBALJ,YAKI,2BALJ,YAKI,yBALJ,YAKI,2BALJ,YAKI,2BALJ,YAKI,6BALJ,YAKI,wBALJ,YAKI,0BALJ,YAKI,0BALJ,YAKI,4BALJ,YAKI,0BALJ,YAKI,4BALJ,YAKI,kBALJ,YAKI,oBALJ,YAKI,wBALJ,YAKI,0BALJ,YAKI,iBALJ,YAKI,mBALJ,YAKI,qBALJ,YAKI,0BALJ,YAKI,2BALJ,YAKI,kBALJ,YAKI,oBALJ,YAKI,oBALJ,YAKI,mBALJ,YAKI,mBALJ,YAKI,mBALJ,YAKI,qBALJ,YAKI,uBALJ,YAKI,qBALJ,YAKI,2BALJ,YAKI,kBALJ,YAKI,oBALJ,YAKI,oBALJ,YAKI,sBALJ,YAKI,wBALJ,YAKI,wBALJ,YAKI,iBALJ,YAKI,mBALJ,YAKI,2BALJ,YAKI,6BALJ,YAKI,yBALJ,YAKI,mCALJ","file":"gufo-font.min.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../scss/_font.scss","../../scss/_vars.scss","../../scss/_core.scss","../../scss/_state.scss","../../scss/_colors.scss","../../scss/_scale.scss","../../scss/_transform.scss","../../scss/_stack.scss","../../scss/_sub.scss","../../scss/_glyphs.scss"],"names":[],"mappings":"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ACI,cADJ,iBACI,cADJ,mBACI,cADJ,iBACI,cADJ,mBACI,cADJ,mBACI,cADJ,qBACI,cADJ,gBACI,cADJ,kBACI,cADJ,kBACI,cADJ,oBACI,cADJ,kBACI,cADJ,oBACI,cADJ,UACI,cADJ,YACI,cADJ,gBACI,cADJ,kBACI,cADJ,SACI,cADJ,WACI,cADJ,aACI,cADJ,kBACI,cADJ,mBACI,cADJ,UACI,cADJ,YACI,cADJ,YACI,cADJ,uBACI,cADJ,WACI,cADJ,WACI,cADJ,WACI,cADJ,QACI,cADJ,UACI,cADJ,UACI,cADJ,kBACI,cADJ,kBACI,cADJ,UACI,cADJ,UACI,cADJ,YACI,cADJ,YACI,cADJ,mBACI,cADJ,mBACI,cADJ,aACI,cADJ,aACI,cADJ,SACI,cADJ,WACI,cADJ,eACI,cADJ,aACI,cADJ,oBACI,cADJ,SACI,cADJ,WACI,cADJ,WACI,cADJ,aACI,cADJ,aACI,cADJ,aACI,cADJ,qBACI,cADJ,qBACI,cADJ,cACI,cADJ,cACI,cADJ,UACI,cADJ,eACI,cADJ,wBACI,cADJ,kBACI,cADJ,YACI,cADJ,aACI,cADJ,YACI,cADJ,cACI,cADJ,cACI,cADJ,cACI,cADJ,mBACI,cADJ,YACI,cADJ,aACI,cADJ,eACI,cADJ,aACI,cADJ,eACI,cADJ,gBACI,cADJ,uBACI,cADJ,oBACI,cADJ,cACI,cADJ,aACI,cADJ,eACI,cADJ,aACI,cADJ,mBACI,cADJ,UACI,cADJ,YACI,cADJ,YACI,cADJ,cACI,cADJ,gBACI,cADJ,gBACI,cADJ,SACI,cADJ,WACI,cADJ,mBACI,cADJ,qBACI,cADJ,SACI,cADJ,WACI,cADJ,sBACI,cADJ,WACI,cADJ,gBACI,cADJ,sBACI,cADJ,cACI,cADJ,cACI,cADJ,qBACI,cADJ,iBACI,cADJ,2BACI,cADJ,sBACI,cADJ,uBACI,cADJ,mBACI,cADJ,iBACI,cADJ,2BACI,cADJ,2BACI,cADJ,yBACI,cADJ,0BACI,cADJ,iBACI,cADJ,mBACI,cADJ,gBACI,YADJ,SACI,YADJ,QACI,YADJ,QACI,YADJ,UACI,YADJ,SACI,YADJ,SACI,YADJ,QACI,YADJ,UACI,YADJ,UACI,YADJ,SACI,YADJ,aACI,YADJ,OACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,oBACI,YADJ,cACI","file":"gufo-font.min.css"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gufo-labs/font",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Telecom and IT-oriented icon font",
5
5
  "license": "SEE LICENCE IN README.md",
6
6
  "type": "module",
Binary file