How do I refer to assets within a CSS file?
I am using Play Framework 2.1.3 (Scala).
@font-face
{
font-family: RockSalt;
src: url('...something.../assets/fonts/MyFont.ttf');
format('truetype');
}
How do I refer to assets within a CSS file?
I am using Play Framework 2.1.3 (Scala).
@font-face
{
font-family: RockSalt;
src: url('...something.../assets/fonts/MyFont.ttf');
format('truetype');
}