zusammenfassende Eigenschaft font


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

[font-style] [font-variant] [font-weight] font-size[/line-height] [font-family]
font-style: italic;
font-variant: normal;
font-weight: bold;
font-size: 11px;
line-height: 22px;
font-family: Arial, Helvetica, sans-serif;


Copy this code and paste it in your HTML
  1. p { font: italic normal bold 11px 22px Arial, Helvetica, sans-serif; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.