Advertisement
beriane

fonts

Oct 16th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.76 KB | None | 0 0
  1. @font-face {
  2.   font-family: 'NotoKufiArabic';
  3.   src: url('../fonts/NotoKufiArabic/NotoKufiArabic.eot?#iefix') format('embedded-opentype'),
  4.        url('../fonts/NotoKufiArabic/NotoKufiArabic.woff') format('woff'),
  5.        url('../fonts/NotoKufiArabic/NotoKufiArabic.ttf')  format('truetype'),
  6.        url('../fonts/NotoKufiArabic/NotoKufiArabic.svg#NotoKufiArabic') format('svg');
  7.   font-weight: normal;
  8.   font-style: normal;
  9. }
  10. @font-face {
  11.   font-family: 'NotoKufiArabic';
  12.   src: url('../fonts/NotoKufiArabic/NotoKufiArabic-Bold.eot?#iefix') format('embedded-opentype'),
  13.        url('../fonts/NotoKufiArabic/NotoKufiArabic-Bold.woff') format('woff'),
  14.        url('../fonts/NotoKufiArabic/NotoKufiArabic-Bold.ttf')  format('truetype'),
  15.        url('../fonts/NotoKufiArabic/NotoKufiArabic-Bold.svg#NotoKufiArabic-Bold') format('svg');
  16.   font-weight: bold;
  17.   font-style: normal;
  18. }
  19.  
  20. @font-face {
  21.   font-family: 'NotoNaskhArabic';
  22.   src: url('../fonts/NotoNaskhArabic/NotoNaskhArabic.eot?#iefix') format('embedded-opentype'),
  23.        url('../fonts/NotoNaskhArabic/NotoNaskhArabic.woff') format('woff'),
  24.        url('../fonts/NotoNaskhArabic/NotoNaskhArabic.ttf')  format('truetype'),
  25.        url('../fonts/NotoNaskhArabic/NotoNaskhArabic.svg#NotoNaskhArabic') format('svg');
  26.   font-weight: normal;
  27.   font-style: normal;
  28. }
  29. @font-face {
  30.   font-family: 'NotoNaskhArabic';
  31.   src: url('../fonts/NotoNaskhArabic/NotoNaskhArabic-Bold.eot?#iefix') format('embedded-opentype'),
  32.        url('../fonts/NotoNaskhArabic/NotoNaskhArabic-Bold.woff') format('woff'),
  33.        url('../fonts/NotoNaskhArabic/NotoNaskhArabic-Bold.ttf')  format('truetype'),
  34.        url('../fonts/NotoNaskhArabic/NotoNaskhArabic-Bold.svg#NotoNaskhArabic-Bold') format('svg');
  35.   font-weight: bold;
  36.   font-style: normal;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement