Skip to content

Instantly share code, notes, and snippets.

View Imohamedgabr's full-sized avatar

Mohamed Gabr Imohamedgabr

View GitHub Profile
@abdumu
abdumu / laravel-voyager-admin-rtl.css
Last active September 19, 2021 12:45
A custom css file to convert Laravel voyager admin panel to RTL
@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);
body{
direction: rtl;
font-family: 'Noto Kufi Arabic', sans-serif;
text-align:right;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Noto Kufi Arabic', sans-serif;