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.
- Host: GitHub
- URL: https://github.com/tangoman75/glyphicons
- Owner: TangoMan75
- License: mit
- Created: 2020-09-30T15:22:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T11:52:01.000Z (about 5 years ago)
- Last Synced: 2025-07-28T09:37:17.470Z (12 months ago)
- Language: SCSS
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://github.com/TangoMan75/glyphicons/tags)
[](https://github.com/TangoMan75/glyphicons/releases)
[]((https://github.com/TangoMan75/glyphicons/blob/master/LICENSE))
[](https://github.com/TangoMan75/glyphicons/stargazers)

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
[](LICENCE)
Distributed under the Apache license.
If you like **TangoMan Glyphicons** please star, follow or tweet about it:
[](https://github.com/TangoMan75/glyphicons/stargazers)
[](https://github.com/TangoMan75)
[](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/)