# 🛠️ Troubleshooting & Frequently Asked Questions This document collects common issues reported by users of the **Saudi Riyal Font** and provides suggested fixes or work‑arounds. If your problem is not listed here, please open a new issue on GitHub. ## Symbol alignment appears off (#18) **Symptom:** The currency symbol appears slightly higher than adjacent text or seems vertically misaligned. **Cause:** Early releases of the font used generic baseline metrics which could position the glyph slightly above the baseline in some rendering engines. **Fix:** Version 1.1.0 adjusts the glyph’s baseline to better align with surrounding text. If you still notice misalignment, wrap the symbol in an inline element and apply a small vertical offset: ```html ``` ```css .saudi-riyal-wrapper { display: inline-block; vertical-align: -0.1em; /* adjust this value to suit your design */ } ``` ## Currency not showing in `` elements do **not** render HTML inside `