Advertisement
Guest User

Untitled

a guest
Sep 12th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. @font-face {
  2.   font-family: 'icomoon';
  3.   src:  url('fonts/icomoon_cogs/icomoon.eot?eixah');
  4.   src:  url('fonts/icomoon_cogs/icomoon.eot?eixah#iefix') format('embedded-opentype'),
  5.     url('fonts/icomoon_cogs/icomoon.ttf?eixah') format('truetype'),
  6.     url('fonts/icomoon_cogs/icomoon.woff?eixah') format('woff'),
  7.     url('fonts/icomoon_cogs/icomoon.svg?eixah#icomoon') format('svg');
  8.   font-weight: normal;
  9.   font-style: normal;
  10. }
  11.  
  12. [class^="fa-"], [class*=" fa-"] {
  13.   /* use !important to prevent issues with browser extensions that change fonts */
  14.   font-family: 'icomoon' !important;
  15.   speak: none;
  16.   font-style: normal;
  17.   font-weight: normal;
  18.   font-variant: normal;
  19.   text-transform: none;
  20.   line-height: 1;
  21.  
  22.   /* Better Font Rendering =========== */
  23.   -webkit-font-smoothing: antialiased;
  24.   -moz-osx-font-smoothing: grayscale;
  25. }
  26.  
  27. .fa-cog:before {
  28.   content: "\e994";
  29. }
  30. .fa-menu:before {
  31.   content: "\e9bd";
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement