fauzanjeg

Change Font Family for Category Subtitle

Aug 5th, 2021 (edited)
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* Change Font Family, Weight, Style, and Color for Category Subtitle */
  2. .jeg_cat_subtitle {
  3.     font-family: 'roboto';
  4.     font-weight: normal;
  5.     font-style: normal;
  6.     color: unset;
  7. }
Add Comment
Please, Sign In to add comment