I currently have a top header on my website that is an image with some text on top but the text was added on photoshop onto the image. I now need to make the text dynamic so i have removed the text as part of the image and adding it through on top of the blank image:
<span style="font-family: Bookman Old Style;
font-size: 23px;
position: absolute;
left: 160px;
top:20px">
My Site Top Header
</span>
I am able to replicate the exact same view on my machine but is there a concern that a user doesn't have this font family and it will default to some ugly font instead? I know all of my users are using Windows PCs with either latest Chrome / Firefox or IE 11.