Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

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

share|improve this question
This question isn't about using a web application and hence is off topic for us. – ChrisF Jul 15 '12 at 21:12
Can we please move it then? – tunnuz Jul 17 '12 at 5:25
Legal questions are problematic as you are getting advice from random people on the internet. Your best bet would be to contact the copyright owner directly. – ChrisF Jul 17 '12 at 7:53

closed as off topic by Alex, Eight Days of Malaise, ChrisF Jul 15 '12 at 21:11

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.