_font.scss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. /* Font Awesome
  2. the iconic font designed for use with Twitter Bootstrap
  3. -------------------------------------------------------
  4. The full suite of pictographic icons, examples, and documentation
  5. can be found at: http://fortawesome.github.com/Font-Awesome/
  6. License
  7. -------------------------------------------------------
  8. The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
  9. http://creativecommons.org/licenses/by/3.0/ A mention of
  10. 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
  11. source code is considered acceptable attribution (most common on the web).
  12. If human readable source code is not available to the end user, a mention in
  13. an 'About' or 'Credits' screen is considered acceptable (most common in desktop
  14. or mobile software).
  15. Contact
  16. -------------------------------------------------------
  17. Email: dave@davegandy.com
  18. Twitter: http://twitter.com/fortaweso_me
  19. Work: http://lemonwi.se co-founder
  20. */
  21. @font-face {
  22. font-family: 'FontAwesome';
  23. src: url('../src/fonts/fontawesome-webfont.eot');
  24. src: url('../src/fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../src/fonts/fontawesome-webfont.woff') format('woff'), url('../src/fonts/fontawesome-webfont.ttf') format('truetype'), url('../src/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  25. font-weight: normal;
  26. font-style: normal;
  27. }
  28. /* Font Awesome styles
  29. ------------------------------------------------------- */
  30. [class^="icon-"]:before, [class*=" icon-"]:before {
  31. font-family: FontAwesome;
  32. font-weight: normal;
  33. font-style: normal;
  34. display: inline-block;
  35. text-decoration: inherit;
  36. }
  37. a [class^="icon-"], a [class*=" icon-"] {
  38. display: inline-block;
  39. text-decoration: inherit;
  40. }
  41. /* makes the font 33% larger relative to the icon container */
  42. .icon-large:before {
  43. vertical-align: top;
  44. font-size: 1.3333333333333333em;
  45. }
  46. .btn [class^="icon-"], .btn [class*=" icon-"] {
  47. /* keeps button heights with and without icons the same */
  48. line-height: .9em;
  49. }
  50. li [class^="icon-"], li [class*=" icon-"] {
  51. display: inline-block;
  52. width: 1.25em;
  53. text-align: center;
  54. }
  55. li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  56. /* 1.5 increased font size for icon-large * 1.25 width */
  57. width: 1.875em;
  58. }
  59. li[class^="icon-"], li[class*=" icon-"] {
  60. margin-left: 0;
  61. list-style-type: none;
  62. }
  63. li[class^="icon-"]:before, li[class*=" icon-"]:before {
  64. text-indent: -2em;
  65. text-align: center;
  66. }
  67. li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  68. text-indent: -1.3333333333333333em;
  69. }
  70. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  71. readers do not read off random characters that represent icons */
  72. .icon-glass:before { content: "\f000"; }
  73. .icon-music:before { content: "\f001"; }
  74. .icon-search:before { content: "\f002"; }
  75. .icon-envelope:before { content: "\f003"; }
  76. .icon-heart:before { content: "\f004"; }
  77. .icon-star:before { content: "\f005"; }
  78. .icon-star-empty:before { content: "\f006"; }
  79. .icon-user:before { content: "\f007"; }
  80. .icon-film:before { content: "\f008"; }
  81. .icon-th-large:before { content: "\f009"; }
  82. .icon-th:before { content: "\f00a"; }
  83. .icon-th-list:before { content: "\f00b"; }
  84. .icon-ok:before { content: "\f00c"; }
  85. .icon-remove:before { content: "\f00d"; }
  86. .icon-zoom-in:before { content: "\f00e"; }
  87. .icon-zoom-out:before { content: "\f010"; }
  88. .icon-off:before { content: "\f011"; }
  89. .icon-signal:before { content: "\f012"; }
  90. .icon-cog:before { content: "\f013"; }
  91. .icon-trash:before { content: "\f014"; }
  92. .icon-home:before { content: "\f015"; }
  93. .icon-file:before { content: "\f016"; }
  94. .icon-time:before { content: "\f017"; }
  95. .icon-road:before { content: "\f018"; }
  96. .icon-download-alt:before { content: "\f019"; }
  97. .icon-download:before { content: "\f01a"; }
  98. .icon-upload:before { content: "\f01b"; }
  99. .icon-inbox:before { content: "\f01c"; }
  100. .icon-play-circle:before { content: "\f01d"; }
  101. .icon-repeat:before { content: "\f01e"; }
  102. /* \f020 doesn't work in Safari. all shifted one down */
  103. .icon-refresh:before { content: "\f021"; }
  104. .icon-list-alt:before { content: "\f022"; }
  105. .icon-lock:before { content: "\f023"; }
  106. .icon-flag:before { content: "\f024"; }
  107. .icon-headphones:before { content: "\f025"; }
  108. .icon-volume-off:before { content: "\f026"; }
  109. .icon-volume-down:before { content: "\f027"; }
  110. .icon-volume-up:before { content: "\f028"; }
  111. .icon-qrcode:before { content: "\f029"; }
  112. .icon-barcode:before { content: "\f02a"; }
  113. .icon-tag:before { content: "\f02b"; }
  114. .icon-tags:before { content: "\f02c"; }
  115. .icon-book:before { content: "\f02d"; }
  116. .icon-bookmark:before { content: "\f02e"; }
  117. .icon-print:before { content: "\f02f"; }
  118. .icon-camera:before { content: "\f030"; }
  119. .icon-font:before { content: "\f031"; }
  120. .icon-bold:before { content: "\f032"; }
  121. .icon-italic:before { content: "\f033"; }
  122. .icon-text-height:before { content: "\f034"; }
  123. .icon-text-width:before { content: "\f035"; }
  124. .icon-align-left:before { content: "\f036"; }
  125. .icon-align-center:before { content: "\f037"; }
  126. .icon-align-right:before { content: "\f038"; }
  127. .icon-align-justify:before { content: "\f039"; }
  128. .icon-list:before { content: "\f03a"; }
  129. .icon-indent-left:before { content: "\f03b"; }
  130. .icon-indent-right:before { content: "\f03c"; }
  131. .icon-facetime-video:before { content: "\f03d"; }
  132. .icon-picture:before { content: "\f03e"; }
  133. .icon-pencil:before { content: "\f040"; }
  134. .icon-map-marker:before { content: "\f041"; }
  135. .icon-adjust:before { content: "\f042"; }
  136. .icon-tint:before { content: "\f043"; }
  137. .icon-edit:before { content: "\f044"; }
  138. .icon-share:before { content: "\f045"; }
  139. .icon-check:before { content: "\f046"; }
  140. .icon-move:before { content: "\f047"; }
  141. .icon-step-backward:before { content: "\f048"; }
  142. .icon-fast-backward:before { content: "\f049"; }
  143. .icon-backward:before { content: "\f04a"; }
  144. .icon-play:before { content: "\f04b"; }
  145. .icon-pause:before { content: "\f04c"; }
  146. .icon-stop:before { content: "\f04d"; }
  147. .icon-forward:before { content: "\f04e"; }
  148. .icon-fast-forward:before { content: "\f050"; }
  149. .icon-step-forward:before { content: "\f051"; }
  150. .icon-eject:before { content: "\f052"; }
  151. .icon-chevron-left:before { content: "\f053"; }
  152. .icon-chevron-right:before { content: "\f054"; }
  153. .icon-plus-sign:before { content: "\f055"; }
  154. .icon-minus-sign:before { content: "\f056"; }
  155. .icon-remove-sign:before { content: "\f057"; }
  156. .icon-ok-sign:before { content: "\f058"; }
  157. .icon-question-sign:before { content: "\f059"; }
  158. .icon-info-sign:before { content: "\f05a"; }
  159. .icon-screenshot:before { content: "\f05b"; }
  160. .icon-remove-circle:before { content: "\f05c"; }
  161. .icon-ok-circle:before { content: "\f05d"; }
  162. .icon-ban-circle:before { content: "\f05e"; }
  163. .icon-arrow-left:before { content: "\f060"; }
  164. .icon-arrow-right:before { content: "\f061"; }
  165. .icon-arrow-up:before { content: "\f062"; }
  166. .icon-arrow-down:before { content: "\f063"; }
  167. .icon-share-alt:before { content: "\f064"; }
  168. .icon-resize-full:before { content: "\f065"; }
  169. .icon-resize-small:before { content: "\f066"; }
  170. .icon-plus:before { content: "\f067"; }
  171. .icon-minus:before { content: "\f068"; }
  172. .icon-asterisk:before { content: "\f069"; }
  173. .icon-exclamation-sign:before { content: "\f06a"; }
  174. .icon-gift:before { content: "\f06b"; }
  175. .icon-leaf:before { content: "\f06c"; }
  176. .icon-fire:before { content: "\f06d"; }
  177. .icon-eye-open:before { content: "\f06e"; }
  178. .icon-eye-close:before { content: "\f070"; }
  179. .icon-warning-sign:before { content: "\f071"; }
  180. .icon-plane:before { content: "\f072"; }
  181. .icon-calendar:before { content: "\f073"; }
  182. .icon-random:before { content: "\f074"; }
  183. .icon-comment:before { content: "\f075"; }
  184. .icon-magnet:before { content: "\f076"; }
  185. .icon-chevron-up:before { content: "\f077"; }
  186. .icon-chevron-down:before { content: "\f078"; }
  187. .icon-retweet:before { content: "\f079"; }
  188. .icon-shopping-cart:before { content: "\f07a"; }
  189. .icon-folder-close:before { content: "\f07b"; }
  190. .icon-folder-open:before { content: "\f07c"; }
  191. .icon-resize-vertical:before { content: "\f07d"; }
  192. .icon-resize-horizontal:before { content: "\f07e"; }
  193. .icon-bar-chart:before { content: "\f080"; }
  194. .icon-twitter-sign:before { content: "\f081"; }
  195. .icon-facebook-sign:before { content: "\f082"; }
  196. .icon-camera-retro:before { content: "\f083"; }
  197. .icon-key:before { content: "\f084"; }
  198. .icon-cogs:before { content: "\f085"; }
  199. .icon-comments:before { content: "\f086"; }
  200. .icon-thumbs-up:before { content: "\f087"; }
  201. .icon-thumbs-down:before { content: "\f088"; }
  202. .icon-star-half:before { content: "\f089"; }
  203. .icon-heart-empty:before { content: "\f08a"; }
  204. .icon-signout:before { content: "\f08b"; }
  205. .icon-linkedin-sign:before { content: "\f08c"; }
  206. .icon-pushpin:before { content: "\f08d"; }
  207. .icon-external-link:before { content: "\f08e"; }
  208. .icon-signin:before { content: "\f090"; }
  209. .icon-trophy:before { content: "\f091"; }
  210. .icon-github-sign:before { content: "\f092"; }
  211. .icon-upload-alt:before { content: "\f093"; }
  212. .icon-lemon:before { content: "\f094"; }
  213. .icon-phone:before { content: "\f095"; }
  214. .icon-check-empty:before { content: "\f096"; }
  215. .icon-bookmark-empty:before { content: "\f097"; }
  216. .icon-phone-sign:before { content: "\f098"; }
  217. .icon-twitter:before { content: "\f099"; }
  218. .icon-facebook:before { content: "\f09a"; }
  219. .icon-github:before { content: "\f09b"; }
  220. .icon-unlock:before { content: "\f09c"; }
  221. .icon-credit-card:before { content: "\f09d"; }
  222. .icon-rss:before { content: "\f09e"; }
  223. .icon-hdd:before { content: "\f0a0"; }
  224. .icon-bullhorn:before { content: "\f0a1"; }
  225. .icon-bell:before { content: "\f0a2"; }
  226. .icon-certificate:before { content: "\f0a3"; }
  227. .icon-hand-right:before { content: "\f0a4"; }
  228. .icon-hand-left:before { content: "\f0a5"; }
  229. .icon-hand-up:before { content: "\f0a6"; }
  230. .icon-hand-down:before { content: "\f0a7"; }
  231. .icon-circle-arrow-left:before { content: "\f0a8"; }
  232. .icon-circle-arrow-right:before { content: "\f0a9"; }
  233. .icon-circle-arrow-up:before { content: "\f0aa"; }
  234. .icon-circle-arrow-down:before { content: "\f0ab"; }
  235. .icon-globe:before { content: "\f0ac"; }
  236. .icon-wrench:before { content: "\f0ad"; }
  237. .icon-tasks:before { content: "\f0ae"; }
  238. .icon-filter:before { content: "\f0b0"; }
  239. .icon-briefcase:before { content: "\f0b1"; }
  240. .icon-fullscreen:before { content: "\f0b2"; }
  241. .icon-group:before { content: "\f0c0"; }
  242. .icon-link:before { content: "\f0c1"; }
  243. .icon-cloud:before { content: "\f0c2"; }
  244. .icon-beaker:before { content: "\f0c3"; }
  245. .icon-cut:before { content: "\f0c4"; }
  246. .icon-copy:before { content: "\f0c5"; }
  247. .icon-paper-clip:before { content: "\f0c6"; }
  248. .icon-save:before { content: "\f0c7"; }
  249. .icon-sign-blank:before { content: "\f0c8"; }
  250. .icon-reorder:before { content: "\f0c9"; }
  251. .icon-list-ul:before { content: "\f0ca"; }
  252. .icon-list-ol:before { content: "\f0cb"; }
  253. .icon-strikethrough:before { content: "\f0cc"; }
  254. .icon-underline:before { content: "\f0cd"; }
  255. .icon-table:before { content: "\f0ce"; }
  256. .icon-magic:before { content: "\f0d0"; }
  257. .icon-truck:before { content: "\f0d1"; }
  258. .icon-pinterest:before { content: "\f0d2"; }
  259. .icon-pinterest-sign:before { content: "\f0d3"; }
  260. .icon-google-plus-sign:before { content: "\f0d4"; }
  261. .icon-google-plus:before { content: "\f0d5"; }
  262. .icon-money:before { content: "\f0d6"; }
  263. .icon-caret-down:before { content: "\f0d7"; }
  264. .icon-caret-up:before { content: "\f0d8"; }
  265. .icon-caret-left:before { content: "\f0d9"; }
  266. .icon-caret-right:before { content: "\f0da"; }
  267. .icon-columns:before { content: "\f0db"; }
  268. .icon-sort:before { content: "\f0dc"; }
  269. .icon-sort-down:before { content: "\f0dd"; }
  270. .icon-sort-up:before { content: "\f0de"; }
  271. .icon-envelope-alt:before { content: "\f0e0"; }
  272. .icon-linkedin:before { content: "\f0e1"; }
  273. .icon-undo:before { content: "\f0e2"; }
  274. .icon-legal:before { content: "\f0e3"; }
  275. .icon-dashboard:before { content: "\f0e4"; }
  276. .icon-comment-alt:before { content: "\f0e5"; }
  277. .icon-comments-alt:before { content: "\f0e6"; }
  278. .icon-bolt:before { content: "\f0e7"; }
  279. .icon-sitemap:before { content: "\f0e8"; }
  280. .icon-umbrella:before { content: "\f0e9"; }
  281. .icon-paste:before { content: "\f0ea"; }
  282. .icon-user-md:before { content: "\f200"; }