Skip to content

Commit

Permalink
add stylesheet:gp
Browse files Browse the repository at this point in the history
  • Loading branch information
machinshin committed Aug 5, 2020
1 parent da2f912 commit 4904cb2
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions jhdc.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
@font-face {
font-family: 'jhdc';
src: url('../font/jhdc.eot?73900614');
src: url('../font/jhdc.eot?73900614#iefix') format('embedded-opentype'),
url('../font/jhdc.woff2?73900614') format('woff2'),
url('../font/jhdc.woff?73900614') format('woff'),
url('../font/jhdc.ttf?73900614') format('truetype'),
url('../font/jhdc.svg?73900614#jhdc') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'jhdc';
src: url('../font/jhdc.svg?73900614#jhdc') format('svg');
}
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "jhdc";
font-style: normal;
font-weight: normal;
speak: none;

display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */

/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;

/* fix buttons height, for twitter bootstrap */
line-height: 1em;

/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;

/* you can be more comfortable with increased icons size */
/* font-size: 120%; */

/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-reddit:before { content: '\e800'; } /* 'î €' */
.icon-stackoverflow:before { content: '\e801'; } /* 'î ' */
.icon-skype:before { content: '\e802'; } /* 'î ‚' */
.icon-twitter:before { content: '\e803'; } /* 'î ƒ' */
.icon-windows:before { content: '\e804'; } /* 'î „' */
.icon-steam:before { content: '\e805'; } /* 'î …' */
.icon-linkedin-squared:before { content: '\e806'; } /* 'î †' */
.icon-linux:before { content: '\e807'; } /* 'î ‡' */
.icon-facebook-official:before { content: '\e808'; } /* 'î ˆ' */
.icon-git:before { content: '\e809'; } /* 'î ‰' */
.icon-github:before { content: '\e80a'; } /* 'î Š' */
.icon-apple:before { content: '\e80b'; } /* 'î ‹' */
.icon-graduation-cap:before { content: '\e80c'; } /* 'î Œ' */
.icon-coffee:before { content: '\e80d'; } /* 'î ' */
.icon-check:before { content: '\e80e'; } /* 'î Ž' */
.icon-mail:before { content: '\e80f'; } /* 'î ' */
.icon-doc-text-inv:before { content: '\e810'; } /* 'î ' */
.icon-phone:before { content: '\e811'; } /* 'î ‘' */
.icon-globe:before { content: '\e812'; } /* 'î ’' */
.icon-megaphone:before { content: '\e813'; } /* 'î “' */
.icon-file-pdf:before { content: '\e814'; } /* 'î ”' */

0 comments on commit 4904cb2

Please sign in to comment.