Last active
June 21, 2019 10:24
-
-
Save ahmadalli/ae8c54fc5f4c2855cac1774d1f344492 to your computer and use it in GitHub Desktop.
Wordpress Neve Persian Improvement.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://cdn.rawgit.com/rastikerdar/vazir-font/v20.1.0/dist/font-face.css'); | |
@import url('https://cdn.rawgit.com/rastikerdar/shabnam-font/v4.0.0/dist/font-face.css'); | |
h1, h2, h3, h4, h5, h6, .widget .widget-title, .site-description, .site-title, .entry-title, .entry-title a, .comments-title, .nav-menu a, widget-title { | |
font-family: Shabnam, "Source Sans Pro", Helvetica, sans-serif; | |
} | |
*, .entry-content { | |
font-family: Vazir; | |
} | |
@media (min-width: 960px) { | |
.brand { | |
border-left: 1px solid #777; | |
padding-left: 8px; | |
padding-bottom: 6px; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment