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.

58 lines
1.4 KiB

  1. @font-face {
  2. font-family: 'Tajawal';
  3. src: url('/fonts/arabic/Tajawal-Bold.woff2') format('woff2'),
  4. url('/fonts/arabic/Tajawal-Bold.woff') format('woff');
  5. font-weight: bold;
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: 'Tajawal';
  10. src: url('/fonts/arabic/Tajawal-Regular.woff2') format('woff2'),
  11. url('/fonts/arabic/Tajawal-Regular.woff') format('woff');
  12. font-weight: normal;
  13. font-style: normal;
  14. }
  15. @font-face {
  16. font-family: 'Tajawal';
  17. src: url('/fonts/arabic/Tajawal-Medium.woff2') format('woff2'),
  18. url('/fonts/arabic/Tajawal-Medium.woff') format('woff');
  19. font-weight: 500;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'BalooBhaijaan';
  24. src: url('/fonts/arabic/BalooBhaijaan-Regular.woff2') format('woff2'),
  25. url('/fonts/arabic/BalooBhaijaan-Regular.woff') format('woff');
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. @font-face {
  30. font-family: 'Roboto Mono';
  31. src: url('/fonts/arabic/RobotoMono-Regular.woff2') format('woff2'),
  32. url('/fonts/arabic/RobotoMono-Regular.woff') format('woff');
  33. font-weight: normal;
  34. font-style: normal;
  35. }
  36. html:lang(ar), html:lang(fa) {
  37. font-family: Tajawal, sans-serif;
  38. .v-application {
  39. font-family: Tajawal, sans-serif;
  40. & .headline, & .title {
  41. font-family: Tajawal, sans-serif !important;
  42. }
  43. &.v-application--is-rtl {
  44. h1, h2, h3, h4, h5, h6 {
  45. font-family: BalooBhaijaan, sans-serif;
  46. font-weight: normal;
  47. }
  48. }
  49. }
  50. }