Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@3yourmind/yoco

Package Overview
Dependencies
Maintainers
9
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3yourmind/yoco

A icon font library which ready to use and already in 3YOURMIND

  • 0.0.5-hotfix.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
67
increased by6.35%
Maintainers
9
Weekly downloads
 
Created
Source

Yoco Icon

In house designed icons for kotti design system.

Get yoco

Using npm

$ npm install @3yourmind/yoco

Using yarn

$ yarn add @3yourmind/yoco

Add Yoco Icon to your project

With module bundler

@import "@3yourmind/yoco";

With HTML

<!-- Add yoco.css to your project -->
<link rel="stylesheet" href="./path/to/yoco-icon.css">

Using yoco icons

Yoco use ligatures feature, which allows rendering of an icon glyph simply by using its textual name.

<!-- cloud is icon's textual name -->
<i class="yoco">cloud</i>

Icon Preview

Yoco Icon tools

Generate font file

We use icomoon to generate font files. You can import icomoon/yoco-icon.json on icomoon website to generate new fonts. We apply follwing font metrics.

TypeMetrics
Square Height1024
Baseline Height24
Whitespace Width24

Build

Gulp will copy fonts to dist/fonts folder and minify css files then copy to dist directory.

yarn gulp build

Publish to gh-pages

yarn gh-pages

Keywords

FAQs

Package last updated on 10 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc