নিচে শর্টকাটে কিভাবে সিএসএসএ font প্রোপারটি ব্যবহার করতে হয় তা দেখানো হয়েছে।

Syntax

body {
  /* font-size and font-family are required */
  font: font-style font-variant font-weight font-size/line-height font-family;
}

In Use

body {
  /* font-size and font-family are required */
  font: italic small-caps normal 13px/150% Arial, Helvetica, sans-serif;
}

css , font , shorthand