forked from samuel-p/sp-codes.de
major updates
This commit is contained in:
parent
d035aa5760
commit
30aab8e9b7
24 changed files with 236 additions and 358 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
@font-face {
|
||||
font-family: '#{$icomoon-font-family}';
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?hi4hah');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?hi4hah#iefix') format('embedded-opentype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?hi4hah') format('truetype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?hi4hah') format('woff'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?hi4hah##{$icomoon-font-family}') format('svg');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?2zy46l');
|
||||
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?2zy46l#iefix') format('embedded-opentype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff2?2zy46l') format('woff2'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?2zy46l') format('woff'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?2zy46l') format('truetype'),
|
||||
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?2zy46l##{$icomoon-font-family}') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
|
@ -22,6 +23,16 @@
|
|||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Enable Ligatures ================ */
|
||||
letter-spacing: 0;
|
||||
-webkit-font-feature-settings: "liga";
|
||||
-moz-font-feature-settings: "liga=1";
|
||||
-moz-font-feature-settings: "liga";
|
||||
-ms-font-feature-settings: "liga" 1;
|
||||
font-feature-settings: "liga";
|
||||
-webkit-font-variant-ligatures: discretionary-ligatures;
|
||||
font-variant-ligatures: discretionary-ligatures;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -47,183 +58,225 @@
|
|||
font-size: 4em;
|
||||
}
|
||||
|
||||
.i-cloud-download {
|
||||
&:before {
|
||||
content: $i-cloud-download;
|
||||
}
|
||||
}
|
||||
|
||||
.i-pencil-square {
|
||||
&:before {
|
||||
content: $i-pencil-square;
|
||||
}
|
||||
}
|
||||
|
||||
.i-pixelfed {
|
||||
&:before {
|
||||
content: $i-pixelfed;
|
||||
content: $i-pixelfed;
|
||||
}
|
||||
}
|
||||
|
||||
.i-server {
|
||||
&:before {
|
||||
content: $i-server;
|
||||
content: $i-server;
|
||||
}
|
||||
}
|
||||
|
||||
.i-credit-card {
|
||||
&:before {
|
||||
content: $i-credit-card;
|
||||
content: $i-credit-card;
|
||||
}
|
||||
}
|
||||
|
||||
.i-external-link {
|
||||
&:before {
|
||||
content: $i-external-link;
|
||||
content: $i-external-link;
|
||||
}
|
||||
}
|
||||
|
||||
.i-heart {
|
||||
&:before {
|
||||
content: $i-heart;
|
||||
content: $i-heart;
|
||||
}
|
||||
}
|
||||
|
||||
.i-home {
|
||||
&:before {
|
||||
content: $i-home;
|
||||
content: $i-home;
|
||||
}
|
||||
}
|
||||
|
||||
.i-tags {
|
||||
&:before {
|
||||
content: $i-tags;
|
||||
content: $i-tags;
|
||||
}
|
||||
}
|
||||
|
||||
.i-comments {
|
||||
&:before {
|
||||
content: $i-comments;
|
||||
content: $i-comments;
|
||||
}
|
||||
}
|
||||
|
||||
.i-users {
|
||||
&:before {
|
||||
content: $i-users;
|
||||
content: $i-users;
|
||||
}
|
||||
}
|
||||
|
||||
.i-bars {
|
||||
&:before {
|
||||
content: $i-bars;
|
||||
content: $i-bars;
|
||||
}
|
||||
}
|
||||
|
||||
.i-envelope {
|
||||
&:before {
|
||||
content: $i-envelope;
|
||||
}
|
||||
}
|
||||
.i-language {
|
||||
&:before {
|
||||
content: $i-language;
|
||||
content: $i-envelope;
|
||||
}
|
||||
}
|
||||
|
||||
.i-user-secret {
|
||||
&:before {
|
||||
content: $i-user-secret;
|
||||
content: $i-user-secret;
|
||||
}
|
||||
}
|
||||
|
||||
.i-heartbeat {
|
||||
&:before {
|
||||
content: $i-heartbeat;
|
||||
content: $i-heartbeat;
|
||||
}
|
||||
}
|
||||
|
||||
.i-commenting {
|
||||
&:before {
|
||||
content: $i-commenting;
|
||||
content: $i-commenting;
|
||||
}
|
||||
}
|
||||
|
||||
.i-linkedin {
|
||||
&:before {
|
||||
content: $i-linkedin;
|
||||
}
|
||||
}
|
||||
|
||||
.i-xing {
|
||||
&:before {
|
||||
content: $i-xing;
|
||||
}
|
||||
}
|
||||
|
||||
.i-peertube {
|
||||
&:before {
|
||||
content: $i-peertube;
|
||||
content: $i-peertube;
|
||||
}
|
||||
}
|
||||
|
||||
.i-network-wired {
|
||||
&:before {
|
||||
content: $i-network-wired;
|
||||
content: $i-network-wired;
|
||||
}
|
||||
}
|
||||
|
||||
.i-money-bill {
|
||||
&:before {
|
||||
content: $i-money-bill;
|
||||
content: $i-money-bill;
|
||||
}
|
||||
}
|
||||
|
||||
.i-chart-line {
|
||||
&:before {
|
||||
content: $i-chart-line;
|
||||
content: $i-chart-line;
|
||||
}
|
||||
}
|
||||
|
||||
.i-info-circle {
|
||||
&:before {
|
||||
content: $i-info-circle;
|
||||
content: $i-info-circle;
|
||||
}
|
||||
}
|
||||
|
||||
.i-code {
|
||||
&:before {
|
||||
content: $i-code;
|
||||
content: $i-code;
|
||||
}
|
||||
}
|
||||
|
||||
.i-xmpp {
|
||||
&:before {
|
||||
content: $i-xmpp;
|
||||
content: $i-xmpp;
|
||||
}
|
||||
}
|
||||
|
||||
.i-wifi {
|
||||
&:before {
|
||||
content: $i-wifi;
|
||||
}
|
||||
}
|
||||
.i-youtube {
|
||||
&:before {
|
||||
content: $i-youtube;
|
||||
}
|
||||
}
|
||||
.i-twitter {
|
||||
&:before {
|
||||
content: $i-twitter;
|
||||
content: $i-wifi;
|
||||
}
|
||||
}
|
||||
|
||||
.i-threema {
|
||||
&:before {
|
||||
content: $i-threema;
|
||||
content: $i-threema;
|
||||
}
|
||||
}
|
||||
|
||||
.i-stackoverflow {
|
||||
&:before {
|
||||
content: $i-stackoverflow;
|
||||
content: $i-stackoverflow;
|
||||
}
|
||||
}
|
||||
|
||||
.i-search {
|
||||
&:before {
|
||||
content: $i-search;
|
||||
content: $i-search;
|
||||
}
|
||||
}
|
||||
|
||||
.i-mastodon {
|
||||
&:before {
|
||||
content: $i-mastodon;
|
||||
content: $i-mastodon;
|
||||
}
|
||||
}
|
||||
|
||||
.i-hand-holding-heart {
|
||||
&:before {
|
||||
content: $i-hand-holding-heart;
|
||||
content: $i-hand-holding-heart;
|
||||
}
|
||||
}
|
||||
|
||||
.i-github {
|
||||
&:before {
|
||||
content: $i-github;
|
||||
}
|
||||
}
|
||||
.i-gitea {
|
||||
&:before {
|
||||
content: $i-gitea;
|
||||
content: $i-github;
|
||||
}
|
||||
}
|
||||
|
||||
.i-firefox {
|
||||
&:before {
|
||||
content: $i-firefox;
|
||||
content: $i-firefox;
|
||||
}
|
||||
}
|
||||
|
||||
.i-copyright {
|
||||
&:before {
|
||||
content: $i-copyright;
|
||||
content: $i-copyright;
|
||||
}
|
||||
}
|
||||
|
||||
.i-book {
|
||||
&:before {
|
||||
content: $i-book;
|
||||
content: $i-book;
|
||||
}
|
||||
}
|
||||
|
||||
.i-matrix {
|
||||
&:before {
|
||||
content: $i-matrix;
|
||||
content: $i-matrix;
|
||||
}
|
||||
}
|
||||
|
||||
.i-git {
|
||||
&:before {
|
||||
content: $i-git;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
$icomoon-font-family: "icomoon" !default;
|
||||
$icomoon-font-path: "fonts" !default;
|
||||
|
||||
$i-cloud-download: "\e916";
|
||||
$i-pencil-square: "\e913";
|
||||
$i-pixelfed: "\e90f";
|
||||
$i-server: "\e901";
|
||||
$i-credit-card: "\e902";
|
||||
|
@ -12,10 +14,11 @@ $i-comments: "\f086";
|
|||
$i-users: "\f0c0";
|
||||
$i-bars: "\f0c9";
|
||||
$i-envelope: "\f0e0";
|
||||
$i-language: "\f1ab";
|
||||
$i-user-secret: "\f21b";
|
||||
$i-heartbeat: "\f21e";
|
||||
$i-commenting: "\f27a";
|
||||
$i-linkedin: "\e919";
|
||||
$i-xing: "\e91a";
|
||||
$i-peertube: "\e918";
|
||||
$i-network-wired: "\e903";
|
||||
$i-money-bill: "\e904";
|
||||
|
@ -24,16 +27,14 @@ $i-info-circle: "\e906";
|
|||
$i-code: "\e907";
|
||||
$i-xmpp: "\e908";
|
||||
$i-wifi: "\e909";
|
||||
$i-youtube: "\e90a";
|
||||
$i-twitter: "\e90b";
|
||||
$i-threema: "\e90c";
|
||||
$i-stackoverflow: "\e90d";
|
||||
$i-search: "\e90e";
|
||||
$i-mastodon: "\e910";
|
||||
$i-hand-holding-heart: "\e911";
|
||||
$i-github: "\e912";
|
||||
$i-gitea: "\e913";
|
||||
$i-firefox: "\e914";
|
||||
$i-copyright: "\e915";
|
||||
$i-book: "\e916";
|
||||
$i-book: "\e91b";
|
||||
$i-matrix: "\e900";
|
||||
$i-git: "\eae7";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue