Skip to content

Instantly share code, notes, and snippets.

@ahmadalli
Last active June 21, 2019 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadalli/ae8c54fc5f4c2855cac1774d1f344492 to your computer and use it in GitHub Desktop.
Save ahmadalli/ae8c54fc5f4c2855cac1774d1f344492 to your computer and use it in GitHub Desktop.
Wordpress Neve Persian Improvement.css
@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