Skip to content

Commit

Permalink
Merge branch 'refactor'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Hutchings committed Mar 20, 2021
2 parents df7d7ce + 6554ab3 commit 15a690a
Show file tree
Hide file tree
Showing 185 changed files with 5,550 additions and 46,082 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
node_modules
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
#### Version 2.1.0

- Icons no longer have zero sidebearings. Each icon is now equal width.
- Minified CSS is no longer generated.
- Updated build process to use `webfonts-generator` to generate all files.
- A JSON dictionary of codepoints is generated for all icons.
- Stylesheets no longer add unnecessary width and height declarations.
- Fix single-quotes @charset declaration in generated CSS file.
- Utility classes have been added for quickly resizing icons, similar to FontAwesome. (-lg, -2x, -3x, etc)
- Added woff2 to generated fonts.

#### Version 2.0.9

- Add source SVG files to `package.json`.

#### Version 2.0.8

- Fix `package.json` files entry for NPM.

#### Version 2.0.7

- Removed SVG ignores from Bower package for developer use.

#### Version 2.0.6

- This release fixes misspelled icons calendar and calendar-outline (Issue #9), renames incorrectly labelled cross to cloud-storage-outline (Issue #5) and adds search terms for many icons to make it easier to find the icon your looking for. It also adds higher decimal rounding for the social-youtube-circular icon to correct some node degradation in the SVG file.

#### Version 2.0.5

- Added non-minified CSS to Bower.

#### Version 2.0.4

- Font files are now licenced using the [SIL Open Font Licence](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web). This means that the font can be used, studied, modified and
redistributed freely as long as they are not sold by themselves.

#### Version 2.0.3

- Added new icons including:
- Sort down, sort up and unsorted
- Filter
- Social: Instagram, YouTube and Google Plus
- Vendors: Apple, Microsoft and Google
- Dropbox
- Half and full hearts
- Half and full stars
- Reverse play
- Thumbs OK
- CSS3 and HTML5
- Folder open
- Mortar board
- Spiral

#### Version 2.0.2

- Fixed support for IE 8 by replacing double colon with single in `::before`

#### Version 2.0.1

- Added bower support
- Removed EPS for smaller repo size (contact me if you want to get them)

#### Version 2.0.0

- Added 220 new icons, including outline variants
- Improved quality of vector artwork
- Mapped in the Private Use Area of Unicode to avoid being read by screen readers
- Rehinted with `ttfautohint`
- Grouped glyphs on demo page, for convenience
- Changed css glyphs names, to be more semantic
55 changes: 0 additions & 55 deletions DEVELOPMENT.md

This file was deleted.

91 changes: 0 additions & 91 deletions Makefile

This file was deleted.

87 changes: 11 additions & 76 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,30 @@
Typicons
----
## Typicons

Visit the [website](http://typicons.com/) for information on how to use Typicons on your website, a decription of how the font was made and more resources. If you wish to contact me regarding Typicons you can hit me up on [Twitter](http://twitter.com/typicons/).
Visit the [website](http://s-ings.com/typicons) for information on how to use Typicons on your website

Using Typicons
----
## Using Typicons

Typicons can be easily installed with [bower](http://www.bower.io/)...
Typicons can be easily installed via [npm](http://www.npmjs.com)...

```bash
$ bower install typicons
$ npm install typicons.font
```

...or NPM.
...or [bower](http://www.bower.io/).

```bash
$ npm install typicons.font
$ bower install typicons
```

Otherwise, the font and minified CSS can be found in [src/font/](https://github.com/stephenhutchings/typicons.font/tree/master/src/font).
Otherwise, the fonts and CSS can be found in [src/font/](https://github.com/stephenhutchings/typicons.font/tree/master/src/font).

SVG source files can be found in [src/svg/](https://github.com/stephenhutchings/typicons.font/tree/master/src/svg).

If you're looking to use Typicons on iOS, you can find support [here](https://github.com/javaboyjunior/typicon-ios) thanks to [@javaboyjunior](https://github.com/javaboyjunior).

Info
----

What's new in Typicons

#### Version 2.0.9
- Add source SVG files to `package.json`.

#### Version 2.0.8
- Fix `package.json` files entry for NPM.

#### Version 2.0.7
- Removed SVG ignores from Bower package for developer use.

#### Version 2.0.6
- This release fixes misspelled icons calendar and calendar-outline (Issue #9), renames incorrectly labelled cross to cloud-storage-outline (Issue #5) and adds search terms for many icons to make it easier to find the icon your looking for. It also adds higher decimal rounding for the social-youtube-circular icon to correct some node degradation in the SVG file.
## Info

#### Version 2.0.5
- Added non-minified CSS to Bower.
What's new in Typicons? See the [changelog](https://github.com/stephenhutchings/typicons.font/blob/master/CHANGELOG.md).

#### Version 2.0.4
- Font files are now licenced using the [SIL Open Font Licence](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web). This means that the font can be used, studied, modified and
redistributed freely as long as they are not sold by themselves.

#### Version 2.0.3
- Added new icons including:
- Sort down, sort up and unsorted
- Filter
- Social: Instagram, YouTube and Google Plus
- Vendors: Apple, Microsoft and Google
- Dropbox
- Half and full hearts
- Half and full stars
- Reverse play
- Thumbs OK
- CSS3 and HTML5
- Folder open
- Mortar board
- Spiral

#### Version 2.0.2
- Fixed support for IE 8 by replacing double colon with single in `::before`

#### Version 2.0.1

- Added bower support
- Removed EPS for smaller repo size (contact me if you want to get them)

#### Version 2.0.0

- Added 220 new icons, including outline variants
- Improved quality of vector artwork
- Mapped in the Private Use Area of Unicode to avoid being read by screen readers
- Rehinted with `ttfautohint`
- Grouped glyphs on demo page, for convenience
- Changed css glyphs names, to be more semantic

License
-------
## License

#### Icons/Artwork

Expand All @@ -93,10 +35,3 @@ Distributed under

Distributed under
[SIL Open Font Licence](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) licence.

Other
-------

#### Scripting

This project uses [font-builder](https://github.com/fontello/font-builder) scripts to generate data. See DEVELOPMENT.MD for more information on how to build the font.
22 changes: 6 additions & 16 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,17 @@
"src/font/typicons.min.css",
"src/font/LICENCE.md"
],
"authors": [
"Stephen Hutchings <http://www.s-ings.com/>"
],
"authors": ["Stephen Hutchings <http://www.s-ings.com/>"],
"description": "Typicons are free-to-use vector icons embedded in a webfont for easy use in your user interfaces, whether it be on the web or in a native application.",
"keywords": [
"icon",
"fonts",
"icons",
"font-face",
"webfont"
],
"keywords": ["icon", "fonts", "icons", "font-face", "webfont"],
"ignore": [
"**/.*",
"src/demo",
"src/png-24px",
"src/png-48px",
"support",
"Makefile",
"config.yml",
"*.md"
"*.md",
"*.json"
],
"homepage": "http://typicons.com/",
"license": "CC BY-SA 4.0 / SIL"
"homepage": "https://www.s-ings.com/typicons",
"license": "CC BY-SA / SIL"
}
Loading

0 comments on commit 15a690a

Please sign in to comment.