This repository contains a custom icon font that provides a Saudi Riyal (SAR) symbol for use in web applications. The font is designed for seamless integration and supports multiple formats for cross-browser compatibility.
Refer to the Saudi Central Bank's Brand Symbol Guidelines for more information:
Saudi Central Bank Guidelines
You can quickly include the font using the CDN link:
<link rel="stylesheet" href="https://unpkg.com/saudi-riyal-symbol@latest/dist/saudi-riyal-symbol.css">
<link rel="stylesheet" href="https://unpkg.com/saudi-riyal-symbol@latest/dist/saudi-riyal-symbol.min.css">
Ensure you have the following font files in dist/fonts/
directory:
saudi-riyal-symbol.eot
saudi-riyal-symbol.woff
saudi-riyal-symbol.ttf
saudi-riyal-symbol.svg
You Can Download it from here: Download
Add the following CSS to your stylesheet:
@charset "#";
@font-face {
font-family: 'Saudi Riyal Symbol';
src: url('fonts/saudi-riyal-symbol.eot?ldbsd8');
src: url('fonts/saudi-riyal-symbol.eot?ldbsd8#iefix') format('embedded-opentype'),
url('fonts/saudi-riyal-symbol.ttf?ldbsd8') format('truetype'),
url('fonts/saudi-riyal-symbol.woff?ldbsd8') format('woff'),
url('fonts/saudi-riyal-symbol.svg?ldbsd8#sar-symbol') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="sr-symbol"], [class*="sr-symbol"], sr, i.sr {
font-family: 'Saudi Riyal Symbol' !important;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
.icon-SR:before, sr::before, i.sr:before {
content: "\23"; /* HTML Entity: # */
}
You can use the font symbol in your HTML as follows:
<i class="sr"></i>
<sr></sr>
<span class="icon-SR"></span>
You can use the font symbol in your editor by select font name ( saudi-riyal-symbol ) and type:
#
This font is supported on modern browsers, including:
✅ Google Chrome
✅ Mozilla Firefox
✅ Microsoft Edge
✅ Safari
✅ Opera
This font is provided under the MIT. Make sure to follow the usage guidelines accordingly.
For any questions or support, feel free to visit: Zainalabdeen.io