I was looking to change the font on my blog and ran into the suggestions here.
I am wondering what the right way to specify that the Akzidenz-Grotesk font be used in my blog. For example, I know that to get the Palatino family going, I would need to add the following line to my style.css:
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
What is the equivalent version for this font? I tried
body, input, textarea {
color: #373737;
font: 15px "Akzidenz-Grotesk", "Akzidenz-Grotesk", Akzidenz-Grotesk, serif;
font-weight: 300;
line-height: 1.625;
}
which (unsurprisingly) did not work.