EduardET

custom font based on lang

Dec 22nd, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /* Custom fonts for Single Post page*/
  2. html[lang="zh-CN"] .single-post #left-area .entry-title, /*set the font style for G*/
  3. html[lang="zh-CN"] .single-post #left-area .post-meta, /*set the font style for H and I*/
  4. html[lang="zh-CN"] .single-post #sidebar .widgettitle /*set the font style for J and k*/{
  5.     font-family: 'Your-Font';
  6. }
Advertisement
Add Comment
Please, Sign In to add comment