Git Product home page Git Product logo

font-awesome-rtl's Introduction

font-awesome-rtl

Make font-awesome play nicely on right-to-left websites

Demo

How to use

  1. Load font-awesome.css
  2. Load font-awesome-rtl.css
  3. Add dir="rtl" to a suitable parent, such as <html dir="rtl">

What is supported

Reversible glyphs are reversed:

<i class="fa fa-bullhorn"></i> points left-to-right
<i class="fa fa-star-half"></i> left half of a star
<div dir="rtl">
	<i class="fa fa-bullhorn"></i> points right-to-left
	<i class="fa fa-star-half"></i> right half of a star
</div>

List icons appear in the correct place

<ul class="fa-ul">
	<li><i class="fa-li fa fa-check-square"></i> Check!
	<li><i class="fa-li fa fa-spinner fa-spin"></i> Spins clockwise
</ul>
<div dir="rtl">
	<ul class="fa-ul">
		<li><i class="fa-li fa fa-check-square"></i> Check!
		<li><i class="fa-li fa fa-spinner fa-spin"></i> Spins anti-clockwise
	</ul>
</div>

Start and end versions of all left and right arrows

<i class="fa fa-chevron-right"></i> points left-to-right
<i class="fa fa-chevron-left"></i> points right-to-left
<i class="fa fa-chevron-end"></i> points left-to-right
<i class="fa fa-chevron-start"></i> points right-to-left
<div dir="rtl">
	<i class="fa fa-chevron-right"></i> points left-to-right
	<i class="fa fa-chevron-left"></i> points right-to-left
	<i class="fa fa-chevron-end"></i> points right-to-left
	<i class="fa fa-chevron-start"></i> points left-to-right
</div>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.