@font-face { font-family: "EBGaramond-Medium"; src: url("fonts/EBGaramond-Medium.ttf"); } @font-face { font-family: "Roboto-Medium"; src: url("fonts/Roboto-Medium.ttf"); } @font-face { font-family: "WFTF_custom-Regular"; src: url("fonts/WFTF_custom-Regular.otf"); } *{ font-family: "EBGaramond-Medium"; } body{ margin: 5vw 15vw; } body a{ text-decoration: none;} h1{ font-size: 32px; font-family: "WFTF_custom-Regular";} h3{ font-size: 24px; font-family: "Roboto-Medium";} p{ font-size: 18px;} span{ font-family: "Roboto-Medium";} }