Guest User

Untitled

a guest
Feb 16th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. @font-face {
  2. font-family: 'fontello';
  3. src: url('../font/fontello.eot?94610505');
  4. src: url('../font/fontello.eot?94610505#iefix') format('embedded-opentype'),
  5. url('../font/fontello.woff2?94610505') format('woff2'),
  6. url('../font/fontello.woff?94610505') format('woff'),
  7. url('../font/fontello.ttf?94610505') format('truetype'),
  8. url('../font/fontello.svg?94610505#fontello') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  13. /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  14. /*
  15. @media screen and (-webkit-min-device-pixel-ratio:0) {
  16. @font-face {
  17. font-family: 'fontello';
  18. src: url('../font/fontello.svg?94610505#fontello') format('svg');
  19. }
  20. }
  21. */
  22.  
  23. [class^="icon-"]:before, [class*=" icon-"]:before {
  24. font-family: "fontello";
  25. font-style: normal;
  26. font-weight: normal;
  27. speak: none;
  28.  
  29. display: inline-block;
  30. text-decoration: inherit;
  31. width: 1em;
  32. margin-right: .2em;
  33. text-align: center;
  34. /* opacity: .8; */
  35.  
  36. /* For safety - reset parent styles, that can break glyph codes*/
  37. font-variant: normal;
  38. text-transform: none;
  39.  
  40. /* fix buttons height, for twitter bootstrap */
  41. line-height: 1em;
  42.  
  43. /* Animation center compensation - margins should be symmetric */
  44. /* remove if not needed */
  45. margin-left: .2em;
  46.  
  47. /* you can be more comfortable with increased icons size */
  48. /* font-size: 120%; */
  49.  
  50. /* Font smoothing. That was taken from TWBS */
  51. -webkit-font-smoothing: antialiased;
  52. -moz-osx-font-smoothing: grayscale;
  53.  
  54. /* Uncomment for 3D effect */
  55. /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  56. }
  57.  
  58. .icon-user:before { content: '\e800'; font-size:90px; margin-top:10px; } /* '' */
  59. .icon-mail-1:before { content: '\e801'; } /* '' */
  60. .icon-graduation-cap:before { content: '\e802'; font-size:90px; margin-right:10px; margin-top:8px; } /* '' */
  61. .icon-laptop:before { content: '\f109'; font-size:90px; margin-top:10px; } /* '' */
  62. .icon-gplus-squared:before { content: '\f0d4'; font-size:160px; margin:-10.4px; } /* '' */
  63. .icon-mail-alt:before { content: '\f0e0'; font-size:100px;margin-top:7px; } /* '' */
  64. .icon-youtube:before { content: '\f167'; font-size:135px;margin:4px; } /* '' */
  65. .icon-twitch:before { content: '\f1e8'; font-size:100px; margin-top:20px;} /* '' */
  66. .icon-facebook-official:before { content: '\f230';font-size:150px; margin:-4px; } /* '' */
Add Comment
Please, Sign In to add comment