Spoken Tutorial - CSS 3 - Assignment Funded by the Ministry of Education (MoE), Govt. Of India Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------------------------------------------------------------- Font Properties in CSS 1. Open the file "styles.css" which you have created earlier 2. Using shorthand, set the following properties to the "paragraph": a. "font-family" to "Arial" b. "font-style" to "oblique" c. "font-weight" to "400" d. "font-variant" to "small-caps" e. "font-size" to "18 pixels" 3. Link the "styles.css" file to "webpage.html" file 4. Observe the output