New omegicons version to include Stackoverflow, social menu moved to data file for 4x optimization.
This commit is contained in:
parent
358ad33cb8
commit
cc60e2f2a3
13 changed files with 79 additions and 125 deletions
|
@ -87,36 +87,37 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
|
||||
}
|
||||
|
||||
.icon-about:before { content: '\e800'; } /* '' */
|
||||
.icon-apps:before { content: '\e801'; } /* '' */
|
||||
.icon-bug:before { content: '\e802'; } /* '' */
|
||||
.icon-code:before { content: '\e803'; } /* '' */
|
||||
.icon-documentation:before { content: '\e804'; } /* '' */
|
||||
.icon-download:before { content: '\e805'; } /* '' */
|
||||
.icon-frameworks:before { content: '\e806'; } /* '' */
|
||||
.icon-free:before { content: '\e807'; } /* '' */
|
||||
.icon-git:before { content: '\e808'; } /* '' */
|
||||
.icon-keyboard:before { content: '\e809'; } /* '' */
|
||||
.icon-lang:before { content: '\e80a'; } /* '' */
|
||||
.icon-license:before { content: '\e80b'; } /* '' */
|
||||
.icon-lookup:before { content: '\e80c'; } /* '' */
|
||||
.icon-menu:before { content: '\e80d'; } /* '' */
|
||||
.icon-open-external:before { content: '\e80e'; } /* '' */
|
||||
.icon-person:before { content: '\e80f'; } /* '' */
|
||||
.icon-platforms:before { content: '\e810'; } /* '' */
|
||||
.icon-privacy:before { content: '\e811'; } /* '' */
|
||||
.icon-touch:before { content: '\e812'; } /* '' */
|
||||
.icon-wrench:before { content: '\e813'; } /* '' */
|
||||
.icon-firefox:before { content: '\e814'; } /* '' */
|
||||
.icon-linux:before { content: '\e815'; } /* '' */
|
||||
.icon-macosx:before { content: '\e816'; } /* '' */
|
||||
.icon-universal:before { content: '\e817'; } /* '' */
|
||||
.icon-web:before { content: '\e818'; } /* '' */
|
||||
.icon-windows:before { content: '\e819'; } /* '' */
|
||||
.icon-github:before { content: '\e81b'; } /* '' */
|
||||
.icon-windows:before { content: '\e800'; } /* '' */
|
||||
.icon-web:before { content: '\e801'; } /* '' */
|
||||
.icon-universal:before { content: '\e802'; } /* '' */
|
||||
.icon-macosx:before { content: '\e803'; } /* '' */
|
||||
.icon-linux:before { content: '\e804'; } /* '' */
|
||||
.icon-firefox:before { content: '\e805'; } /* '' */
|
||||
.icon-wrench:before { content: '\e806'; } /* '' */
|
||||
.icon-touch:before { content: '\e807'; } /* '' */
|
||||
.icon-privacy:before { content: '\e808'; } /* '' */
|
||||
.icon-platforms:before { content: '\e809'; } /* '' */
|
||||
.icon-person:before { content: '\e80a'; } /* '' */
|
||||
.icon-open-external:before { content: '\e80b'; } /* '' */
|
||||
.icon-menu:before { content: '\e80c'; } /* '' */
|
||||
.icon-lookup:before { content: '\e80d'; } /* '' */
|
||||
.icon-license:before { content: '\e80e'; } /* '' */
|
||||
.icon-lang:before { content: '\e80f'; } /* '' */
|
||||
.icon-keyboard:before { content: '\e810'; } /* '' */
|
||||
.icon-free:before { content: '\e811'; } /* '' */
|
||||
.icon-frameworks:before { content: '\e812'; } /* '' */
|
||||
.icon-download:before { content: '\e813'; } /* '' */
|
||||
.icon-documentation:before { content: '\e814'; } /* '' */
|
||||
.icon-code:before { content: '\e815'; } /* '' */
|
||||
.icon-bug:before { content: '\e816'; } /* '' */
|
||||
.icon-apps:before { content: '\e817'; } /* '' */
|
||||
.icon-about:before { content: '\e818'; } /* '' */
|
||||
.icon-twitter:before { content: '\e819'; } /* '' */
|
||||
.icon-stackoverflow:before { content: '\e81a'; } /* '' */
|
||||
.icon-mastodon:before { content: '\e81b'; } /* '' */
|
||||
.icon-mail:before { content: '\e81c'; } /* '' */
|
||||
.icon-mastodon:before { content: '\e81d'; } /* '' */
|
||||
.icon-twitter:before { content: '\e81e'; } /* '' */
|
||||
.icon-github:before { content: '\e81d'; } /* '' */
|
||||
.icon-git:before { content: '\e81e'; } /* '' */
|
||||
|
|
|
@ -42,12 +42,12 @@
|
|||
// Omegicons font
|
||||
@font-face {
|
||||
font-family: 'omegicons';
|
||||
src: url('../fonts/omegicons/omegicons.eot?71804627');
|
||||
src: url('../fonts/omegicons/omegicons.eot?71804627#iefix') format('embedded-opentype'),
|
||||
url('../fonts/omegicons/omegicons.woff2?71804627') format('woff2'),
|
||||
url('../fonts/omegicons/omegicons.woff?71804627') format('woff'),
|
||||
url('../fonts/omegicons/omegicons.ttf?71804627') format('truetype'),
|
||||
url('../fonts/omegicons/omegicons.svg?71804627#omegicons') format('svg');
|
||||
src: url('../fonts/omegicons/omegicons.eot?54316140');
|
||||
src: url('../fonts/omegicons/omegicons.eot?54316140#iefix') format('embedded-opentype'),
|
||||
url('../fonts/omegicons/omegicons.woff2?54316140') format('woff2'),
|
||||
url('../fonts/omegicons/omegicons.woff?54316140') format('woff'),
|
||||
url('../fonts/omegicons/omegicons.ttf?54316140') format('truetype'),
|
||||
url('../fonts/omegicons/omegicons.svg?54316140#omegicons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue