Results 1 to 3 of 3

Thread: embeding fonts

  1. #1
    baharlaghari is offline Senior Member+
    Last Online
    8th September 2016 @ 07:38 PM
    Join Date
    10 Mar 2009
    Posts
    44
    Threads
    27
    Credits
    0
    Thanked
    7

    Default embeding fonts

    dear friends would u please tell me that how can i embed my own fonts on web server

  2. #2
    Join Date
    10 Jun 2009
    Age
    38
    Posts
    432
    Threads
    10
    Credits
    1,259
    Thanked
    25

    Default

    WELL font file ko humein CSS main embedd krwa kr use krna hota hai!

    Aik example main ne special ap ke leye banae hai.Jis main aik font ko embedd krwa kr HTML file main use kiya geya hai!

    Note: This technique doesnt work in Internet Explorer, Kyu ke INTERNET Explorer .EOT font use karti hai TFF nahe

    Extract zip file and run INDEX.hTML. Agr font file koe aur apply krni ho to "myfontsettings.css" open kr ke

    Code:
    #label {font-family: MyFont; color: black; font-size: 80px}
    @font-face {
    	font-family: MyFonT;
    	src: url('customfont.ttf');
    }
    customfont.ttf ki jaga dosray .ttf font ka name likhain aur is font ko usi folder main hona chahiye jis folder main CSS file rakhi hai!

    #LABEL main ap apna font color aur size bhi change kr saktay ho.


    HTML main yeh font use krnay keleye simple

    Code:
    <html>
    <head>
    <link rel="stylesheet" type="text/css" href="css/myfontsettings.css" media="all">
    </head>
    <body>
    	<div id="label">I T D U N Y A . C O M </div>
    	
    </body>
    </html>
    Attached Images Attached Images  
    Attached Files Attached Files
    MS TELECOMMUNICATION SYSTEMS
    BSCS HONORS
    CCNA & MCP CERTIFIED

  3. #3
    Join Date
    10 Jun 2009
    Age
    38
    Posts
    432
    Threads
    10
    Credits
    1,259
    Thanked
    25

    Default

    Recently is pr main ne complete article likha hai! Here is the link

    Embedding custom fonts tutorial

    Regards,

Similar Threads

  1. ~~[ Best Sites For Fonts..Download Famous Fonts ]~~
    By *Abdul-Basit* in forum Website Reviews
    Replies: 44
    Last Post: 8th June 2020, 07:28 AM
  2. Filp fonts full chang your mobile fonts
    By Almarshah in forum Nokia & Othre Mobiles
    Replies: 23
    Last Post: 11th July 2013, 11:24 AM
  3. Embeding vidios in Powerpoint (Problem Solved)
    By programari in forum English IT Zone
    Replies: 3
    Last Post: 22nd May 2012, 11:03 AM
  4. Fonts he Fonts aik Nazar main
    By aikpani in forum Software Reviews
    Replies: 37
    Last Post: 14th October 2011, 10:24 AM
  5. Replies: 14
    Last Post: 5th December 2010, 12:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •