|
|
|
|
#1 |
![]() Join Date: Feb 2012
Posts: 5
|
i want to use spry menus on my website but want to use either a custom font or buttons. is it possible to embed a font i created from my handwriting or to use images/buttons incorporated into the menus instead of text? i'm using dreamweavr cs5 and rely primarily on design mode but can follow along with the coding a bit.
|
|
|
|
|
|
#2 |
![]() Join Date: Apr 2009
Posts: 3,276
|
You can embed a font using @font-face (http://sixrevisions.com/css/font-face-guide/)
__________________
If my answer helped, check out DWcourse.com for Dreamweaver tips and tutorials. |
|
|
|
|
|
#3 |
![]() Join Date: Feb 2012
Posts: 5
|
i'm still not getting what i need. i created the font using fortifier.com. i now have the ttf files. i can use font squirrels @font-face generator to give me all the files i need but hot do i embed it on my server or wherever. its not in anyone else's database as i created it. is there any hope?
|
|
|
|
|
|
#4 |
![]() Join Date: Apr 2009
Posts: 3,276
|
you need to do a bit of research on the @font-face specification. You have to upload the font files to your server and link to them in the @font-face declaration in your style sheet. Here's some more info: http://www.fontspring.com/blog/the-n...nt-face-syntax
__________________
If my answer helped, check out DWcourse.com for Dreamweaver tips and tutorials. |
|
|
|
|
|
#5 |
![]() ![]() Join Date: Aug 2005
Location: Bali
Posts: 8,419
|
here is an example of embeding a font which is on your own server
@font-face { font-family: 'Swis721LtExBTLight'; url('swiss_721_light_extended_bt-webfont.ttf') format('truetype'), }
__________________
If you're happy and you know it shake your meds! different style links examples Bali Villas Flights to Bali |
|
|
|
|
|
#6 |
![]() Join Date: Feb 2012
Posts: 5
|
ok so if i keep the font files in my root directory folder and upload them to my server, when i put the css or that coding in they should work? where do i upload the font files to exactly though?
|
|
|
|
|
|
#7 |
![]() Join Date: Apr 2009
Posts: 3,276
|
Just wondering, do you just use the ttf format or do you provide additional formats as well?
__________________
If my answer helped, check out DWcourse.com for Dreamweaver tips and tutorials. |
|
|
|
|
|
#8 |
![]() ![]() Join Date: Aug 2005
Location: Bali
Posts: 8,419
|
where ever you want providing you point the path correctly
__________________
If you're happy and you know it shake your meds! different style links examples Bali Villas Flights to Bali |
|
|
|
|
|
#9 |
![]() Join Date: Feb 2012
Posts: 5
|
ok so if i upload the ttf file and all the other font files i generate to my server and then link the coding to them properly it should work on other computers and other browsers? this is a font i created and isn't in anyone else's database.
|
|
|
|
|
|
#10 |
![]() ![]() Join Date: Aug 2005
Location: Bali
Posts: 8,419
|
thats what embedding means
__________________
If you're happy and you know it shake your meds! different style links examples Bali Villas Flights to Bali |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|