This content originally appeared on DEV Community and was authored by Arshid
How to Use Saudi Riyal Font in HTML?
1️⃣ Download the Font from GitHub https://github.com/mailmug/saudi-riyal-font
2️⃣ Include it in your CSS:
@font-face {
font-family: 'Arshid';
src: url('arshid.ttf') format('truetype');
}
3️⃣ Apply the font in HTML:
<p class="text-green-600 font-semibold">
<span style="font-family: 'Arshid';">$</span>10.00
</p>
🔹 Now, your $ sign will correctly display as Saudi Riyal (SAR) currency symbol!
Check out the project on GitHub:
👉 https://github.com/mailmug/saudi-riyal-font
Would love to hear your feedback! 💬
This content originally appeared on DEV Community and was authored by Arshid

Arshid | Sciencx (2025-02-26T15:48:53+00:00) Saudi Riyal Font – Easily Display SAR Currency Symbol in HTML. Retrieved from https://www.scien.cx/2025/02/26/saudi-riyal-font-easily-display-sar-currency-symbol-in-html/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.