Skip to content

A repository for hosting and showcasing the "Expo Arabic Light" font. Provides integration examples and usage for web projects.

Notifications You must be signed in to change notification settings

Ailuro-Poda/ExpoArabicLightFont

Repository files navigation

Expo Arabic Light Font

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.


Features

  • 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.

Font Preview Examples

Arabic Text Preview

Here’s an example of how the "Expo Arabic Light" font looks when applied to Arabic text:

Arabic Text

If you want to explore the complete and full experience of simple text examples, Click Here

English Text Preview

Here’s an example of how the "Expo Arabic Light" font looks when applied to English text:

English Text

If you want to explore the complete and full experience of simple text examples, Click Here


Font Files

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.

Download Font Files

You can download the specific font file format by clicking the buttons below:


Usage Instructions

1. Direct Web Integration

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;
}

About

A repository for hosting and showcasing the "Expo Arabic Light" font. Provides integration examples and usage for web projects.

Topics

Resources

Stars

Watchers

Forks

Languages