TYPOGRAPHY for EXPERIENCE-D PROJECT --------------------------------------- IN THE ACTUAL WEBSITE (HTML) To be able to use the same fonts in your webpage, you can use the following inside the (not header!) of your HTML document: THEN ASSIGN THE CSS After linking the data in the head of the document, you also need to assign the CSS in the css file to the appropriate selectors indicated in the tutorial. Below are properties-and-values that you can assign and tweak Adobe Typekit ------------------------ Superior Title (REGULAR) font-family: "superior-title", serif; font-weight: 400; font-style: normal; (OR ITALIC) font-style: italic; 'BOLD' font-weight is 700. ------------------------- Ambicase Fatface Regular >>> font-family: "ambicase-fatface", sans-serif; font-weight: 800; font-style: normal; Ambicase Fatface Poster >>> font-family: "ambicase-fatface-poster", sans-serif; font-weight: 800; font-style: normal; ------------------------- Deuterium Variable >>> font-family: "deuterium-variable", sans-serif; font-variation-settings: "wght" 100; Weight = 100-900 See variations: https://fonts.adobe.com/fonts/deuterium-variable -------------------------