Nov 20, 2003 #1 seanbo Programmer Jun 6, 2003 407 GB is there a way of specifying that the page font should be a sans serif font, without specifies a single font (like arial)? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
is there a way of specifying that the page font should be a sans serif font, without specifies a single font (like arial)? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
Nov 20, 2003 1 #2 MrBelfry IS-IT--Management May 21, 2003 289 yes, and that is exactly how you do it. In a style sheet do Code: body { font-family: sans-serif; } your other options are serif, curisve, monospace and fantasy MrBelfry Upvote 0 Downvote
yes, and that is exactly how you do it. In a style sheet do Code: body { font-family: sans-serif; } your other options are serif, curisve, monospace and fantasy MrBelfry
Nov 20, 2003 Thread starter #3 seanbo Programmer Jun 6, 2003 407 GB cheers. what are cursive fonts? ____________________________________________________ If you like a post, show you care by giving it a <censored>. Upvote 0 Downvote
cheers. what are cursive fonts? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
Nov 20, 2003 #4 dkdude Programmer Jun 16, 2003 849 DK Cursive fonts are also know as Italic §;O) Jakob Upvote 0 Downvote
Nov 20, 2003 Thread starter #5 seanbo Programmer Jun 6, 2003 407 GB do you mean naturaly slanty fonts, similar to the way people write, like john handy and comic sans? ____________________________________________________ If you like a post, show you care by giving it a <censored>. Upvote 0 Downvote
do you mean naturaly slanty fonts, similar to the way people write, like john handy and comic sans? ____________________________________________________ If you like a post, show you care by giving it a <censored>.
Nov 20, 2003 #6 MrBelfry IS-IT--Management May 21, 2003 289 stuff like comic sans -> hand writing type stuff MrBelfry Upvote 0 Downvote
Nov 20, 2003 #7 dkdude Programmer Jun 16, 2003 849 DK Italic look like this : Italic Upvote 0 Downvote
Nov 20, 2003 Thread starter #8 seanbo Programmer Jun 6, 2003 407 GB thank a lot mr belfrey; and thanks for being so fast. ____________________________________________________ If you like a post, show you care by giving it a <censored>. Upvote 0 Downvote
thank a lot mr belfrey; and thanks for being so fast. ____________________________________________________ If you like a post, show you care by giving it a <censored>.