From 4904cb26db2b124a4ff89b5dbd3c8f1ea7338417 Mon Sep 17 00:00:00 2001 From: Vat Raghavan Date: Tue, 4 Aug 2020 22:25:25 -0700 Subject: [PATCH] add stylesheet:gp --- jhdc.css | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 jhdc.css diff --git a/jhdc.css b/jhdc.css new file mode 100644 index 0000000..305ae24 --- /dev/null +++ b/jhdc.css @@ -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'; } /* 'î ”' */