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.

35 lines
996 B

  1. @font-face {
  2. font-family: 'Koodak';
  3. src: url('/fonts/BKoodakBold.eot?#') format('eot'), /* IE6–8 */
  4. url('/fonts/BKoodakBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  5. url('/fonts/BKoodakBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  6. } @font-face {
  7. font-family: 'Yekan';
  8. src: url('/fonts/BYekan.eot?#') format('eot'), /* IE6–8 */
  9. url('/fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  10. url('/fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
  11. }
  12. body{
  13. font-family: Yekan, "Helvetica Neue",Helvetica,Arial,sans-serif;
  14. }
  15. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  16. font-family: Koodak, "Helvetica Neue",Helvetica,Arial,sans-serif;
  17. }
  18. .rtl{
  19. direction: rtl;
  20. text-align: right;
  21. }
  22. .ltr{
  23. direction: ltr;
  24. text-align: left;
  25. }
  26. .pull-right{
  27. float: right;
  28. }
  29. .pull-left{
  30. float: left;
  31. }