Skip to content

Commit

Permalink
Merge Zorin OS icon PR by @k-caps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-w committed Jul 9, 2020
2 parents 9506475 + 190b25c commit d8666ab
Show file tree
Hide file tree
Showing 12 changed files with 403 additions and 358 deletions.
8 changes: 6 additions & 2 deletions .fontcustom-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "ee881bbe8bf5dff44159481633aa3319274bb2329d6b7f3301597de71e7e23ca",
"current": "ee881bbe8bf5dff44159481633aa3319274bb2329d6b7f3301597de71e7e23ca"
"previous": "beaace7b97854e865a909e85e6817ee07ef895fcfef35cb2ef5a14d07ab6563a",
"current": "beaace7b97854e865a909e85e6817ee07ef895fcfef35cb2ef5a14d07ab6563a"
},
"fonts": [
"assets/font-logos.ttf",
Expand Down Expand Up @@ -142,6 +142,10 @@
"void": {
"codepoint": 61728,
"source": "vectors/void.svg"
},
"zorin": {
"codepoint": 61729,
"source": "vectors/zorin.svg"
}
},
"options": {
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Available logos are:
| Tux | `fl-tux` | `<span class="fl-tux"></span>` |
| Ubuntu | `fl-ubuntu[-inverse]` | `<span class="fl-ubuntu"></span>` |
| Void | `fl-void` | `<span class="fl-void"></span>` |
| Zorin OS | `fl-zorin` | `<span class="fl-zorin"></span>` |

## Dependencies ##
* This project uses [fontcustom](https://github.com/FontCustom/fontcustom) to compile vectors into fonts.
Expand Down
19 changes: 17 additions & 2 deletions assets/font-logos-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@
.fl-tux:before,
.fl-ubuntu:before,
.fl-ubuntu-inverse:before,
.fl-void:before {
.fl-void:before,
.fl-zorin:before {
display: inline-block;
font-family: "font-logos";
font-style: normal;
Expand Down Expand Up @@ -241,6 +242,7 @@
.fl-ubuntu:before { content: "\f11b"; }
.fl-ubuntu-inverse:before { content: "\f11c"; }
.fl-void:before { content: "\f120"; }
.fl-zorin:before { content: "\f121"; }
</style>

<!--[if lte IE 8]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand All @@ -256,7 +258,7 @@
<body class="characters-off">
<div id="page" class="container">
<header>
<h1>font-logos contains 33 glyphs:</h1>
<h1>font-logos contains 34 glyphs:</h1>
<a onclick="toggleCharacters(); return false;" href="#">Toggle Preview Characters</a>
</header>

Expand Down Expand Up @@ -690,6 +692,19 @@ <h1>font-logos contains 33 glyphs:</h1>
</div>
</div>

<div class="glyph">
<div class="preview-glyphs">
<span class="step size-12"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-21"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-24"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-36"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-48"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-60"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span><span class="step size-72"><span class="letters">Pp</span><i id="fl-zorin" class="fl-zorin"></i></span>
</div>
<div class="preview-scale">
<span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
</div>
<div class="usage">
<input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fl-zorin" />
<input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf121;" />
</div>
</div>


<footer>
Made with love using <a href="http://fontcustom.com">Font Custom</a>.
Expand Down
4 changes: 3 additions & 1 deletion assets/font-logos.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
.fl-tux:before,
.fl-ubuntu:before,
.fl-ubuntu-inverse:before,
.fl-void:before {
.fl-void:before,
.fl-zorin:before {
display: inline-block;
font-family: "font-logos";
font-style: normal;
Expand Down Expand Up @@ -130,3 +131,4 @@
.fl-ubuntu:before { content: "\f11b"; }
.fl-ubuntu-inverse:before { content: "\f11c"; }
.fl-void:before { content: "\f120"; }
.fl-zorin:before { content: "\f121"; }
Binary file modified assets/font-logos.eot
Binary file not shown.
707 changes: 355 additions & 352 deletions assets/font-logos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/font-logos.ttf
Binary file not shown.
Binary file modified assets/font-logos.woff
Binary file not shown.
Binary file modified assets/font-logos.woff2
Binary file not shown.
Binary file modified assets/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "font-logos",
"description": "An icon font providing popular linux distros' logos",
"version": "0.12.0",
"version": "0.13.0",
"style": "assets/font-logos.css",
"authors": [
"Lukas W (https://github.com/Lukas-W)"
Expand Down
20 changes: 20 additions & 0 deletions vectors/zorin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8666ab

Please sign in to comment.