I have my custom resources directory for my bundle where there are some files:
/longpathtoSymfony/src/MyOwn/Bundle/MyOwnBundle/Resources/public |-- bootstrap |
install assets with php app/console assets:install target [--symlink] command
php app/console assets:install target [--symlink]
access your font files using asset() twig function:
asset()
asset('bundles/myown/fonts/glyphicons-halflings-regular.ttf')
* verify your paths for asset function