Skip to content

Instantly share code, notes, and snippets.

@sae13
Last active May 10, 2020 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sae13/6c965b485454005e352bda58e8b4fb59 to your computer and use it in GitHub Desktop.
Save sae13/6c965b485454005e352bda58e8b4fb59 to your computer and use it in GitHub Desktop.
@font-face {
font-family: Sahel;
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-FD.eot');
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-FD.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-FD.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-FD.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: Sahel;
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Bold-FD.eot');
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Bold-FD.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Bold-FD.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Bold-FD.ttf') format('truetype');
font-weight: bold;
}
@font-face {
font-family: Sahel;
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Black-FD.eot');
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Black-FD.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Black-FD.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/sahel-font@latest/dist/Farsi-Digits/Sahel-Black-FD.ttf') format('truetype');
font-weight: 900;
}
@font-face {
font-family: Nahid;
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/nahid-font@latest/dist/Farsi-Digits/Nahid-FD.eot');
src: url('https://cdn.jsdelivr.net/gh/rastikerdar/nahid-font@latest/dist/Farsi-Digits/Nahid-FD.eot?#iefix') format('embedded-opentype'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/nahid-font@latest/dist/Farsi-Digits/Nahid-FD.woff') format('woff'),
url('https://cdn.jsdelivr.net/gh/rastikerdar/nahid-font@latest/dist/Farsi-Digits/Nahid-FD.ttf') format('truetype');
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment