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>
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';
.Try this
Convert your font to all cross browser font formats using Font Squirrel
You can convert fonts and download
@font-face
css too.Example
@font-face
CSS: