Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="../css/font-awesome.css">
  4. <link rel="stylesheet" href="../css/font-awesome.min.css">
  5. </head>
  6. <body>
  7. <div style="font-size: 44px;">
  8. <i class="fa fa-camera-retro fa-lg"></i> fa-lg
  9. <i class="fa fa-camera-retro fa-2x"></i> fa-2x
  10. </div>
  11. </body>
  12. </html>
  13.  
  14. 'Fonts/fontawesome-webfont.ttf?v=4.2.0' ...
  15.  
  16. *{
  17. font-family: 'Open Sans', sans-serif !important;
  18. }
  19.  
  20. body{
  21. font-family: 'Open Sans', sans-serif;
  22. }
  23.  
  24. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" type="text/css">
  25.  
  26. @font-face {
  27. font-family: 'FontAwesome';
  28. src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  29. src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  30. font-weight: normal;
  31. font-style: normal;
  32. }
  33.  
  34. font awesome -> css
  35. -> fonts
  36.  
  37. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  38.  
  39. <i class="fa-pencil" title="Edit"></i>
  40.  
  41. <i class="fa fa-pencil" title="Edit"></i>
  42.  
  43. warning: CRLF will be replaced by LF in webroot/fonts/FontAwesome.otf.
  44. The file will have its original line endings in your working directory.
  45. warning: CRLF will be replaced by LF in webroot/fonts/fontawesome-webfont.eot.
  46. The file will have its original line endings in your working directory.
  47. warning: CRLF will be replaced by LF in webroot/fonts/fontawesome-webfont.ttf.
  48. The file will have its original line endings in your working directory.
  49. warning: CRLF will be replaced by LF in webroot/fonts/fontawesome-webfont.woff.
  50. The file will have its original line endings in your working directory.
  51. warning: CRLF will be replaced by LF in webroot/fonts/fontawesome-webfont.woff2.
  52. The file will have its original line endings in your working directory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement