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.

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