css in-line font style


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .my-style {
  2. font:italic bold 12px/1.5 Verdana, Arial, Helvetica;
  3. color:#363636;
  4. }

Report this snippet


Comments


You need to login to view comments.