I would like to embed the Rockwell font family into my CSS to make sure everyone can render it. However I'm not sure what's the license of the Rockwell font and if I can do that without any legal issue. Something on the line of
@font-face {
font-family: "Rockwell Embedded";
src: url('rockwell.ttf') format('truetype');
}
Thanks