Raleway Google Font [Alternative: Sans-serif] 16px font-size
Font Weight
font-weight: normal;
font-weight: bold;
font-weight: lighter;
font-weight: bolder;
font-weight: 100;
Font weight: 200;
Font weight: 300;
Font weight: 400; [same as font weight normal]
Font weight: 500;
Font weight: 600;
Font weight: 700; [same as font weight bold]
Font weight: 800;
Font weight: 900;
Font Style
font-style: normal;
font-style: italic;
font-style: oblique;
font-style: initial;
font-style: inherit;
Letter Spacing
letter-spacing: 0px; [same as normal]
letter-spacing: 5px;
letter-spacing: -2px;
letter-spacing: 1cm;
Text Decoration
text-decoration: none; [same as normal]
text-decoration-line: underline; text-decoration-style: wavy;
text-decoration: overline; text-decoration-color: red;
text-decoration-line: underline overline;
text-decoration-line: line-through;
Text Transform
text-transform: normal; [same as normal]
text-transform: capitalize;
text-transform: uppercase;
text-transform: lowercase;