https://github.com/emran-alhaddad/saudi-riyal-font
The official open-source font for the Saudi Riyal currency symbol. Works on all platforms!
https://github.com/emran-alhaddad/saudi-riyal-font
arabic currency-symbol font icon-fontsaudi-riyalcurrency-symbol open-source saudi-riyal unicode web-font
Last synced: 28 days ago
JSON representation
The official open-source font for the Saudi Riyal currency symbol. Works on all platforms!
- Host: GitHub
- URL: https://github.com/emran-alhaddad/saudi-riyal-font
- Owner: emran-alhaddad
- License: other
- Created: 2025-02-25T12:38:06.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T22:43:09.000Z (2 months ago)
- Last Synced: 2025-04-06T20:08:30.365Z (28 days ago)
- Topics: arabic, currency-symbol, font, icon-fontsaudi-riyalcurrency-symbol, open-source, saudi-riyal, unicode, web-font
- Language: CSS
- Homepage: https://emran-alhaddad.github.io/Saudi-Riyal-Font/examples/demo.html
- Size: 3.29 MB
- Stars: 70
- Watchers: 1
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# πΈπ¦ Saudi Riyal Font
**A community-maintained open-source font for the Saudi Riyal currency symbol.**
This font allows you to use the **Saudi Riyal symbol** in websites, applications, and documents, ensuring compatibility where the symbol is not natively supported.

---
**π¦ Package Information**
[](https://www.npmjs.com/package/@emran-alhaddad/saudi-riyal-font)
[](https://www.npmjs.com/package/@emran-alhaddad/saudi-riyal-font)
[](https://www.jsdelivr.com/package/npm/@emran-alhaddad/saudi-riyal-font)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font)
[](https://emran-alhaddad.github.io/Saudi-Riyal-Font/examples/demo.html)**π Repository Stats**
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/stargazers)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/network/members)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/issues)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/graphs/contributors)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/releases)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/commits)**π Compatibility**
[](https://emran-alhaddad.github.io/Saudi-Riyal-Font/examples/demo.html)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font)
[](https://www.typescriptlang.org/)**π Project Status**
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/blob/main/LICENSE.txt)
[](https://emran-alhaddad.github.io/Saudi-Riyal-Font/examples/demo.html)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/graphs/commit-activity)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font/pulls)
[](https://opensource.org/)**π₯ Social**
[](https://www.linkedin.com/in/emran-alhaddad/)
[](https://github.com/emran-alhaddad)
[](https://github.com/emran-alhaddad/Saudi-Riyal-Font)## π Live Demo
π **Check out the live demo here:**
π [Saudi Riyal Font Demo](https://emran-alhaddad.github.io/Saudi-Riyal-Font/examples/demo.html)Below is a screenshot of the example demo page:

---
## π Features
π **Cross-Platform Compatibility** β Works on Windows, macOS, Linux, Web, and Mobile.
π **Unicode Private Use Area (`U+E900`)** β Ensures seamless integration.
π **Web-Optimized** β Includes `.woff`, `.woff2`, and `.ttf` formats for fast loading.
π **NPM Support** β Easily install via NPM for web projects.
π **CDN Hosting** β Use without installation via **jsDelivr** or **unpkg**.
π **Open Source & Free** β Released under the **SIL Open Font License (OFL)**.
π **Customizable** β Modify and enhance as needed.---
## π Installation & Usage
### **1οΈβ£ Install via NPM (Recommended for Web Developers)**
The easiest way to use this font in a web project is by installing it via NPM:```sh
npm install @emran-alhaddad/saudi-riyal-font
```Then, import it in your project:
```js
import '@emran-alhaddad/saudi-riyal-font/index.css';
```Use it in HTML:
```html
```Alternatively, insert the symbol using Unicode:
```html
ξ€
```---
### **2οΈβ£ Web Usage via CDN (No Installation Needed)**
#### **π Use jsDelivr CDN**
```html```
#### **π Use unpkg CDN**
```html```
#### **CDN HTML Example:**
```html
Saudi Riyal Font Demo
Saudi Riyal Font Demo
Price: 100
```
---
## π Setup for Desktop & Mobile Devices
### **3οΈβ£ Download & Install on Windows, Mac, Linux, Android, iOS**
#### **π Download Saudi Riyal Font Files:**
π **[Download Saudi Riyal Font](https://github.com/emran-alhaddad/Saudi-Riyal-Font/blob/main/fonts/saudi_riyal.ttf)**### **π₯ Windows Installation**
1. Download `saudi_riyal.ttf` from the link above.
2. Right-click the file and select **"Install"**.
3. Open **Microsoft Word, Photoshop, or any editor**, select **"Saudi Riyal"** as the font.
4. Type `E900` and press `Alt + X` to display the Saudi Riyal symbol.### **π» Mac Installation**
1. Download `saudi_riyal.ttf` from the link above.
2. Double-click the file and select **"Install Font"**.
3. Open any text editor (e.g., Pages, Photoshop), select **"Saudi Riyal"** as the font.
4. Type `E900` to insert the Riyal symbol.### **π§ Linux Installation**
1. Copy the font to your local fonts directory:
```sh
cp saudi_riyal.ttf ~/.fonts/
fc-cache -fv
```
2. Use it in applications that support custom fonts.### **π Mobile Installation (Android & iOS)**
1. Download `saudi_riyal.ttf` to your phone.
2. **Android:** Use **iFont** or **FontFix** apps to install.
3. **iOS:** Install via **iFont** or a font management app.
4. Use in supported apps like Word, Photoshop, or Notes.---
## π Development & Contributions
We welcome **contributions!** To contribute:
1. **Fork** this repository.
2. **Make your changes** (improve the font, add glyphs).
3. **Submit a Pull Request** for review.If you find issues, please report them via the [Issues](https://github.com/emran-alhaddad/saudi-riyal-font/issues) section.
---
## π License
This font is released under the **SIL Open Font License (OFL)**.
β **Attribution is required!**π **Created by:** **Emran Alhaddad**
π§ **Contact:** [email protected]π’ **Any usage, modification, or distribution must credit the original creator.**
```
Saudi Riyal Font Β© Emran Alhaddad - Used under SIL Open Font License 1.1
```---
## π§ Contact
π© For questions, feedback, or collaborations, reach out via [GitHub Issues](https://github.com/emran-alhaddad/saudi-riyal-font/issues) or email at **[email protected]**.---
π **Enjoy the Saudi Riyal Font!**