Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Font's wont work
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="VaginaMuncher" data-source="post: 275243" data-attributes="member: 29655"><p>I'm using a font called Blocked</p><p>Preview; <a href="http://www.dafont.com/blocked.font" target="_blank">http://www.dafont.com/blocked.font</a></p><p></p><p>Right as I'm doing work for a client, and this will be for the logo. </p><p>I pasted it into my server <strong>/AvokPvP/Fonts/Blocked.ttf</strong></p><p><strong>Image; <a href="http://prntscr.com/35fp9r" target="_blank">http://prntscr.com/35fp9r</a></strong></p><p><strong></strong></p><p><strong>Then go over to the css document. (Style.css);</strong></p><p>[CODE]body{ margin:0;padding:0; background: url(/AvokPvP/Images/Background.png); font-family: Blocked;}</p><p>@font-face { font-family: Blocked; src: url(/AvokPvP/Fonts/Blocked.ttf);}</p><p>.Logo { font-family: Blocked; font-size:18px; color:White; }[/CODE]</p><p></p><p><strong>HTML</strong></p><p>[CODE]<html></p><p><head></p><p><meta charset="utf-8"></p><p><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"></p><p><title>AvokPvP - Home</title></p><p><link rel="stylesheet" type="text/css" href="/AvokPvP/CSS/Style.css" /></p><p></head></p><p> </p><p><body></p><p><!-- Navigation System !--></p><p><div class="Bar"></p><p><div class="Logo">AvokPvP</div></p><p><div class="IP">IP: IP Here</div></div></p><p></p><p></body></p><p></html>[/CODE]</p><p></p><p>And I end up with;</p><p><a href="http://prntscr.com/35fq5i" target="_blank">http://prntscr.com/35fq5i</a></p><p></p><p>Don't believe I've made any errors :S</p><p>I cannot seem to find the problem, I tried using Bonveno which I used for previous project and that worked...</p></blockquote><p></p>
[QUOTE="VaginaMuncher, post: 275243, member: 29655"] I'm using a font called Blocked Preview; [url]http://www.dafont.com/blocked.font[/url] Right as I'm doing work for a client, and this will be for the logo. I pasted it into my server [B]/AvokPvP/Fonts/Blocked.ttf Image; [url]http://prntscr.com/35fp9r[/url] Then go over to the css document. (Style.css);[/B] [CODE]body{ margin:0;padding:0; background: url(/AvokPvP/Images/Background.png); font-family: Blocked;} @font-face { font-family: Blocked; src: url(/AvokPvP/Fonts/Blocked.ttf);} .Logo { font-family: Blocked; font-size:18px; color:White; }[/CODE] [B]HTML[/B] [CODE]<html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>AvokPvP - Home</title> <link rel="stylesheet" type="text/css" href="/AvokPvP/CSS/Style.css" /> </head> <body> <!-- Navigation System !--> <div class="Bar"> <div class="Logo">AvokPvP</div> <div class="IP">IP: IP Here</div></div> </body> </html>[/CODE] And I end up with; [url]http://prntscr.com/35fq5i[/url] Don't believe I've made any errors :S I cannot seem to find the problem, I tried using Bonveno which I used for previous project and that worked... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Font's wont work
Top