My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

font-awesome.css 674B

123456789101112131415
  1. @font-face {
  2. font-family: 'FontAwesome';
  3. src: url('/res/fonts/fontawesome-chameth-1.eot');
  4. src: url('/res/fonts/fontawesome-chameth-1.eot#iefix') format('embedded-opentype'),
  5. url('/res/fonts/fontawesome-chameth-1.woff2') format('woff2'),
  6. url('/res/fonts/fontawesome-chameth-1.woff') format('woff'),
  7. url('/res/fonts/fontawesome-chameth-1.ttf') format('truetype'),
  8. url('/res/fonts/fontawesome-chameth-1.svg#fontawesome-chameth') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. .fa-key:before { content: '\e800' !important; }
  13. .fa-twitter:before { content: '\f099' !important; }
  14. .fa-github:before { content: '\f09b' !important; }