The font CSS property sets the style, variant, boldness, size/line-height, and the font family for an element's text content.It is a shorthand property for setting the individual font properties in a single declaration.
The font-family CSS property sets the font face to be used for element's text content. Start with the font that you want first, then any fonts that might fill in for the first if it is unavailable.
The border property sets the width, style, and color for all four sides of an element's border. It is a shorthand property for setting the individual border properties in a single declaration.
The border-style CSS property is a shorthand property for setting the individual border style properties in a single declaration.
The margin CSS property sets the margin on all four sides of the element. It is a shorthand property for margin-top, margin-right, margin-bottom, and margin-left property.
The padding CSS property sets the padding on all four sides of the element. It is a shorthand property for padding-top, padding-right, padding-bottom, and padding-left property.