Answer:
Explanation:
1. Inside tss_coach.html <head> section, include these two lines of code:
<link rel="stylesheet" href="coach_layout.css">
<link rel="stylesheet" href="coach_styles.css">
These two lines links the CSS files with the HTML code.
2. Include the below two lines at the top of the file coach_styles.css and before the comment section
@charset "UTF-8"
@font-face { font-family: Nobile;
src: url (nobile-webfont.woff); }