Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circle-thin for Sourcehut profile support #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/icomoon/Read Me.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.

To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts

You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.

Expand Down
4 changes: 2 additions & 2 deletions assets/icomoon/demo-files/demo.css
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ p {
font-size: 16px;
}
.fs1 {
font-size: 32px;
font-size: 28px;
}
.fs2 {
font-size: 28px;
font-size: 32px;
}
.fs3 {
font-size: 32px;
Expand Down
Empty file modified assets/icomoon/demo-files/demo.js
100755 → 100644
Empty file.
404 changes: 153 additions & 251 deletions assets/icomoon/demo.html
100755 → 100644

Large diffs are not rendered by default.

Binary file modified assets/icomoon/fonts/icomoon.eot
100755 → 100644
Binary file not shown.
1 change: 1 addition & 0 deletions assets/icomoon/fonts/icomoon.svg
100755 → 100644
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/icomoon/fonts/icomoon.ttf
100755 → 100644
Binary file not shown.
Binary file modified assets/icomoon/fonts/icomoon.woff
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/icomoon/selection.json
100755 → 100644

Large diffs are not rendered by default.

132 changes: 68 additions & 64 deletions assets/icomoon/style.css
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?z1lat9');
src: url('fonts/icomoon.eot?z1lat9#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?z1lat9') format('truetype'),
url('fonts/icomoon.woff?z1lat9') format('woff'),
url('fonts/icomoon.svg?z1lat9#icomoon') format('svg');
src: url('fonts/icomoon.eot?w55wnt');
src: url('fonts/icomoon.eot?w55wnt#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?w55wnt') format('truetype'),
url('fonts/icomoon.woff?w55wnt') format('woff'),
url('fonts/icomoon.svg?w55wnt#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
Expand All @@ -24,64 +25,8 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-gitlab .path1:before {
content: "\e906";
color: rgb(252, 109, 38);
}
.icon-gitlab .path2:before {
content: "\e907";
margin-left: -1em;
color: rgb(226, 67, 41);
}
.icon-gitlab .path3:before {
content: "\e908";
margin-left: -1em;
color: rgb(252, 109, 38);
}
.icon-gitlab .path4:before {
content: "\e909";
margin-left: -1em;
color: rgb(252, 163, 38);
}
.icon-gitlab .path5:before {
content: "\e90a";
margin-left: -1em;
color: rgb(226, 67, 41);
}
.icon-gitlab .path6:before {
content: "\e90b";
margin-left: -1em;
color: rgb(252, 109, 38);
}
.icon-gitlab .path7:before {
content: "\e90c";
margin-left: -1em;
color: rgb(252, 163, 38);
}
.icon-gitlab .path8:before {
content: "\e90d";
margin-left: -1em;
color: rgb(226, 67, 41);
}
.icon-meetup .path1:before {
content: "\e901";
color: rgb(255, 255, 255);
}
.icon-meetup .path2:before {
content: "\e902";
margin-left: -1.5em;
color: rgb(240, 1, 1);
}
.icon-meetup .path3:before {
content: "\e903";
margin-left: -1.5em;
color: rgb(3, 3, 3);
}
.icon-blogger:before {
content: "\e900";
}
.icon-exercism:before {
content: "\e601";
.icon-circle-thin:before {
content: "\f1db";
}
.icon-telegram:before {
content: "\e904";
Expand Down Expand Up @@ -191,6 +136,65 @@
.icon-facebook:before {
content: "\f230";
}
.icon-gitlab .path1:before {
content: "\e906";
color: rgb(252, 109, 38);
}
.icon-gitlab .path2:before {
content: "\e907";
margin-left: -1em;
color: rgb(226, 67, 41);
}
.icon-gitlab .path3:before {
content: "\e908";
margin-left: -1em;
color: rgb(252, 109, 38);
}
.icon-gitlab .path4:before {
content: "\e909";
margin-left: -1em;
color: rgb(252, 163, 38);
}
.icon-gitlab .path5:before {
content: "\e90a";
margin-left: -1em;
color: rgb(226, 67, 41);
}
.icon-gitlab .path6:before {
content: "\e90b";
margin-left: -1em;
color: rgb(252, 109, 38);
}
.icon-gitlab .path7:before {
content: "\e90c";
margin-left: -1em;
color: rgb(252, 163, 38);
}
.icon-gitlab .path8:before {
content: "\e90d";
margin-left: -1em;
color: rgb(226, 67, 41);
}
.icon-meetup .path1:before {
content: "\e901";
color: rgb(255, 255, 255);
}
.icon-meetup .path2:before {
content: "\e902";
margin-left: -1.5em;
color: rgb(240, 1, 1);
}
.icon-meetup .path3:before {
content: "\e903";
margin-left: -1.5em;
color: rgb(3, 3, 3);
}
.icon-blogger:before {
content: "\e900";
}
.icon-exercism:before {
content: "\e601";
}
.icon-instagram:before {
content: "\e905";
}
Expand Down
182 changes: 94 additions & 88 deletions assets/icomoon/style.less
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

@font-face {
font-family: '@{icomoon-font-family}';
src: url('@{icomoon-font-path}/@{icomoon-font-family}.eot?z1lat9');
src: url('@{icomoon-font-path}/@{icomoon-font-family}.eot?z1lat9#iefix') format('embedded-opentype'),
url('@{icomoon-font-path}/@{icomoon-font-family}.ttf?z1lat9') format('truetype'),
url('@{icomoon-font-path}/@{icomoon-font-family}.woff?z1lat9') format('woff'),
url('@{icomoon-font-path}/@{icomoon-font-family}.svg?z1lat9#@{icomoon-font-family}') format('svg');
src: url('@{icomoon-font-path}/@{icomoon-font-family}.eot?w55wnt');
src: url('@{icomoon-font-path}/@{icomoon-font-family}.eot?w55wnt#iefix') format('embedded-opentype'),
url('@{icomoon-font-path}/@{icomoon-font-family}.ttf?w55wnt') format('truetype'),
url('@{icomoon-font-path}/@{icomoon-font-family}.woff?w55wnt') format('woff'),
url('@{icomoon-font-path}/@{icomoon-font-family}.svg?w55wnt#@{icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '@{icomoon-font-family}' !important;
speak: none;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
Expand All @@ -26,89 +27,9 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-gitlab .path1 {
&:before {
content: @icon-gitlab-path1;
color: rgb(252, 109, 38);
}
}
.icon-gitlab .path2 {
&:before {
content: @icon-gitlab-path2;
margin-left: -1em;
color: rgb(226, 67, 41);
}
}
.icon-gitlab .path3 {
&:before {
content: @icon-gitlab-path3;
margin-left: -1em;
color: rgb(252, 109, 38);
}
}
.icon-gitlab .path4 {
&:before {
content: @icon-gitlab-path4;
margin-left: -1em;
color: rgb(252, 163, 38);
}
}
.icon-gitlab .path5 {
&:before {
content: @icon-gitlab-path5;
margin-left: -1em;
color: rgb(226, 67, 41);
}
}
.icon-gitlab .path6 {
&:before {
content: @icon-gitlab-path6;
margin-left: -1em;
color: rgb(252, 109, 38);
}
}
.icon-gitlab .path7 {
.icon-circle-thin {
&:before {
content: @icon-gitlab-path7;
margin-left: -1em;
color: rgb(252, 163, 38);
}
}
.icon-gitlab .path8 {
&:before {
content: @icon-gitlab-path8;
margin-left: -1em;
color: rgb(226, 67, 41);
}
}
.icon-meetup .path1 {
&:before {
content: @icon-meetup-path1;
color: rgb(255, 255, 255);
}
}
.icon-meetup .path2 {
&:before {
content: @icon-meetup-path2;
margin-left: -1.5em;
color: rgb(240, 1, 1);
}
}
.icon-meetup .path3 {
&:before {
content: @icon-meetup-path3;
margin-left: -1.5em;
color: rgb(3, 3, 3);
}
}
.icon-blogger {
&:before {
content: @icon-blogger;
}
}
.icon-exercism {
&:before {
content: @icon-exercism;
content: @icon-circle-thin;
}
}
.icon-telegram {
Expand Down Expand Up @@ -291,6 +212,91 @@
content: @icon-facebook;
}
}
.icon-gitlab .path1 {
&:before {
content: @icon-gitlab-path1;
color: rgb(252, 109, 38);
}
}
.icon-gitlab .path2 {
&:before {
content: @icon-gitlab-path2;
margin-left: -1em;
color: rgb(226, 67, 41);
}
}
.icon-gitlab .path3 {
&:before {
content: @icon-gitlab-path3;
margin-left: -1em;
color: rgb(252, 109, 38);
}
}
.icon-gitlab .path4 {
&:before {
content: @icon-gitlab-path4;
margin-left: -1em;
color: rgb(252, 163, 38);
}
}
.icon-gitlab .path5 {
&:before {
content: @icon-gitlab-path5;
margin-left: -1em;
color: rgb(226, 67, 41);
}
}
.icon-gitlab .path6 {
&:before {
content: @icon-gitlab-path6;
margin-left: -1em;
color: rgb(252, 109, 38);
}
}
.icon-gitlab .path7 {
&:before {
content: @icon-gitlab-path7;
margin-left: -1em;
color: rgb(252, 163, 38);
}
}
.icon-gitlab .path8 {
&:before {
content: @icon-gitlab-path8;
margin-left: -1em;
color: rgb(226, 67, 41);
}
}
.icon-meetup .path1 {
&:before {
content: @icon-meetup-path1;
color: rgb(255, 255, 255);
}
}
.icon-meetup .path2 {
&:before {
content: @icon-meetup-path2;
margin-left: -1.5em;
color: rgb(240, 1, 1);
}
}
.icon-meetup .path3 {
&:before {
content: @icon-meetup-path3;
margin-left: -1.5em;
color: rgb(3, 3, 3);
}
}
.icon-blogger {
&:before {
content: @icon-blogger;
}
}
.icon-exercism {
&:before {
content: @icon-exercism;
}
}
.icon-instagram {
&:before {
content: @icon-instagram;
Expand Down
Loading