Need to change font thruout bootstrap/css based website to Futura Book.
I had this at the top of each HTML page in the head:
Customer wants to change to Futura Book:
I tried this in the head of each HTML page but it doesn't work...
<link href="https://fonts.googleapis.com/css?family="FuturaBT Book", Arial, sans-serif:400,500,600,700,800" rel="stylesheet">
I have also edited the CSS with the following, but still no luck.
/* font-family: 'Poppins', sans-serif; (old font) font-family: 'FuturaBT Book', Arial, sans-serif;
Am not getting error messages, but the Futura Book font isn't appearing.