Welcome to the ExpoArabicLightFont repository! This repository hosts the "Expo Arabic Light" font, a sleek and elegant typeface perfect for modern web and design projects. Whether you’re looking to add a unique Arabic touch to your website or want a refined font for your personal projects, this repository provides all the resources and guidance you need to get started.
- Elegant Arabic Typeface: The "Expo Arabic Light" font combines clarity and sophistication, ideal for a variety of projects.
- Web-Ready Integration: Includes pre-converted
.woff2
and.eot
formats for optimized web performance and legacy browser support. - Cross-Browser Support: Ensures compatibility across major browsers, including Chrome, Firefox, Safari, Edge, and older versions of Internet Explorer.
- Easy Implementation: Detailed examples and guidance to help you integrate the font into your websites, apps, or software.
Here’s an example of how the "Expo Arabic Light" font looks when applied to Arabic text:
If you want to explore the complete and full experience of simple text examples, Click Here
Here’s an example of how the "Expo Arabic Light" font looks when applied to English text:
If you want to explore the complete and full experience of simple text examples, Click Here
This repository includes the following formats to ensure maximum compatibility:
.woff2
(Web Open Font Format 2): Ideal for modern web browsers, offering excellent compression and fast loading..woff
(Web Open Font Format): Supported by older browsers for backward compatibility..ttf
(TrueType Font): For desktop use and general compatibility across operating systems and design tools..otf
(OpenType Font): Advanced typography features such as ligatures and stylistic sets, ideal for professional design projects..eot
(Embedded OpenType): Designed for compatibility with older versions of Internet Explorer, ensuring legacy browser support..svg
(Scalable Vector Graphics): A font format embedded within SVG files, useful for scalable graphics and custom web icons.
You can download the specific font file format by clicking the buttons below:
- Download All Font Formats as ZIP
- Download
.woff2
Font - Download
.woff
Font - Download
.ttf
Font - Download
.otf
Font - Download
.eot
Font - Download
.svg
Font
To use the "Expo Arabic Light" font on your website, include the following CSS in your stylesheet.
@font-face {
font-family: 'Expo Arabic Light';
src: url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.woff2') format('woff2'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.woff') format('woff'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.ttf') format('truetype'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.otf') format('opentype'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.eot') format('embedded-opentype'),
url('https://raw.githubusercontent.com/Ailuro-Poda/ExpoArabicLightFont/main/ExpoArabicLight.svg#ExpoArabicLight') format('svg');
}
* {
font-family: 'Expo Arabic Light' !important;
}