Search code examples
cssstylesheetfont-family

How to use "Wedding text " in Css font family?


i am going to print one student certificate . but according to customer requirement they want "wedding text". can i use wedding text for my font ? how to use it in css ?

I have downloaded one package and used it in text editor .

<p style="font-family:'A Dark Wedding';">Akila H Joshef </p>

Solution

    • Step 1:
      Convert you font to the uni format here.

    • Step 2:
      Upload your new fonts to the folder of your web.

    • Step 3:
      Use CSS @font-face. Manual here.

    • Step 4:
      Use CSS font-family: 'MyNewWeddingFont';.