symfony - Loading fonts in symfony2 -


don't know how load ttf font types on css files twig in symfony2 app. suggestions? ttf inside folder in resources. thanks

load font in twig? want have custom fonts in css file defines styling of twig.

@font-face {     font-family: giveitsomename;     src: url(locationtoyourfont.ttf);     // can add stuff font-style, or font-weight... } 

and later in css file, use there font named giveitsomename in classes wish, this

.someclass {     font-family: giveitsomename; } 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -