An open API service indexing awesome lists of open source software.

https://github.com/tangoman75/glyphicons

TangoMan Glyphicons is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.
https://github.com/tangoman75/glyphicons

Last synced: 3 months ago
JSON representation

TangoMan Glyphicons is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.

Awesome Lists containing this project

README

          

![GH language](https://img.shields.io/github/languages/top/TangoMan75/glyphicons)
[![GH tag](https://img.shields.io/github/v/tag/TangoMan75/glyphicons)](https://github.com/TangoMan75/glyphicons/tags)
[![GH release](https://img.shields.io/github/v/release/TangoMan75/glyphicons)](https://github.com/TangoMan75/glyphicons/releases)
[![GH license](https://img.shields.io/github/license/TangoMan75/glyphicons)]((https://github.com/TangoMan75/glyphicons/blob/master/LICENSE))
[![GH stars](https://img.shields.io/github/stars/TangoMan75/glyphicons)](https://github.com/TangoMan75/glyphicons/stargazers)
![visitors](https://visitor-badge.glitch.me/badge?page_id=TangoMan75.glyphicons)

TangoMan Glyphicons
===================

**TangoMan Glyphicons** is a standalone version of Bootstrap 3.4.1 Glyphicons Halfling.

๐Ÿ Get Started
--------------

### CDN

Copy-paste the stylesheet \ into the \ section of your `html` file before all other stylesheets to load Glyphicon CSS.

```html

```

### CSS

1. Copy and paste `css` and `fonts` folders into the `public` directory of your project.

2. Add following stylesheet \ into the \ of your document.

```html

```

๐Ÿ“‘ Documentation
----------------

Documentation available here: [Bootstrap 3.4 Glyphicons Component](https://getbootstrap.com/docs/3.4/components/)

๐Ÿ’ป Dependencies
---------------

**TangoMan Glyphicons** requires the following dependencies:

- Make
- Node.js
- npm
- Sass
- Yarn

---

### ๐Ÿ›  Make

#### ๐Ÿง Install Make (Linux)

On linux machine enter following command

```bash
$ sudo apt-get install --assume-yes make
```

#### ๐Ÿ Install Make (Windows)

On windows machine you will need to install [cygwin](http://www.cygwin.com/) or [GnuWin make](http://gnuwin32.sourceforge.net/packages/make.htm) first to execute make script.

#### ๐ŸŽ Install Make (OSX)

Make should be available by default on OSX system, but you can upgrade make version with following command

```bash
$ brew install make
```

---

### ๐Ÿฆ– Node.js

#### ๐Ÿง Install Node.js (Linux)

On linux machine install node globally with the following commands (requires curl):

```bash
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt-get install --assume-yes nodejs
```

#### ๐Ÿ Install Node.js (Windows)

Download and install recommended LTS version from here: [Node.js](https://nodejs.org/en/download)

#### ๐ŸŽ Install Node.js (OSX)

Download and install recommended LTS version from here: [Node.js](https://nodejs.org/en/download)

---
### ๐Ÿฆ„ Sass

#### ๐Ÿง Install Sass (Linux)

On linux machine install sass globally with the following commands.

With yarn:
```bash
$ sudo yarn global add sass
```

With npm:
```bash
$ sudo npm install sass -g
```

---

### ๐Ÿงถ Yarn

#### ๐Ÿง Install Yarn (Linux)

On linux machine install yarn globally with the following commands (requires curl):

```bash
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update
$ sudo apt-get install --assume-yes yarn
```

#### ๐Ÿ Install Yarn (Windows)

Download and install latest version from here: [yarnpkg.com](https://classic.yarnpkg.com/en/docs/install/#windows-stable)

#### ๐ŸŽ Install Yarn (OSX)

You can install Yarn through the Homebrew package manager. This will also install Node.js if it is not already installed.

```bash
$ brew install yarn
```

---

๐Ÿ”ฅ Usage
--------

Run `make` to print help

```bash
$ make [command]
```

Valid commands are: help sass watch install

๐Ÿค– Commands
-----------

### โšก help:
```
$ make help:
```
Print this help

### โšก sass:
```
$ make sass:
```
Compile scss

### โšก watch:
```
$ make watch:
```
Watch scss folder

### โšก install:
```
$ make install:
```
Install standalone Sass globally

๐Ÿ“œ License
----------

Copyrights (c) 2011-2016 Twitter Inc, The Bootstrap Authors

[![License](https://img.shields.io/badge/Licence-Apache-green.svg)](LICENCE)
Distributed under the Apache license.

If you like **TangoMan Glyphicons** please star, follow or tweet about it:

[![GitHub stars](https://img.shields.io/github/stars/TangoMan75/glyphicons?style=social)](https://github.com/TangoMan75/glyphicons/stargazers)
[![GitHub followers](https://img.shields.io/github/followers/TangoMan75?style=social)](https://github.com/TangoMan75)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fglyphicons)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fglyphicons)

... And check my other cool projects.

๐Ÿ™ Acknowledgements
-------------------

- Twitter, Inc
- The Bootstrap Authors
- [Glyphicons](https://www.glyphicons.com/)