Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.22/5 (2 votes)
See more:
hi!
I want to use my fonts and links Avsvmh and S. These are my codes
<link href="~/Css/font-awesome.css" rel="stylesheet" />

and
HTML
<div class="container">
   <div class="row text-center"  >
       <div class="col-md-12">
           <div class="well">
            
               </div>
           </div>
           </div>
         </div>

When I run the program it will not display anything? Why?
Posted
Comments
Richard MacCutchan 1-Oct-14 5:51am    
Where is the actual text that you are trying to display?

1 solution

XML
<button id="btnStartRec" class="uploadbtn" title="Start Recording">
Start<i id="iStart" class="fa fa-video-camera"></i>
</button>


or

<div class="fa fa-ban"></div>


example :

http://fortawesome.github.io/Font-Awesome/examples/[^]

icons :

http://fortawesome.github.io/Font-Awesome/icons/[^]
 
Share this answer
 
v2
Comments
aminsaadatia 2-Oct-14 13:04pm    
thnx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900