The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

add new fonts

3 posters

Go down

Solved add new fonts

Post by Manhattan Sun 28 Sep - 18:12

Hi every one

I've searched but I couldn't find a relevant thread!
How can I add new fonts in post reply? Is it possible?


Last edited by Manhattan on Thu 2 Oct - 17:13; edited 1 time in total
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Guest Sun 28 Sep - 19:13

There isn't anyway to add new font packs to the forum

i.e so when people post they can change to a new font style

however using CSS you can add different styles to what you have already, This only applies to the forum headers and titles

Firstly to make the changes across the whole forum font


Changing Title Font

1. Log into your forum.

2. Navigate to:

Admin Panel\Display\Colors\CSS Stylesheet

3. Select what type of font you want and the size (The size will change depending on the font) and then add to the box pressing "Submit" to save.

i.e
Code:

html, body {
   font-size: 11px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
        }






Changing Title Font


1. Log into your forum.

2. Navigate to:

Admin Panel\General\Categories and forums

3. Select the Category that you want to change the title font for

4. Before you add any code you must decide on what size, font, style and colour you want the code to contain and organise it into a single string code, Here is an example of a single string code.

Code:
<font size="3" face="Garamond" style="font-weight:bold;">Category Title</font>

5. Add the code into the "Category name :" and select "Save"

You should now have a category title that stands pout from the rest of your forum

add new fonts J94wm0


regards







Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: add new fonts

Post by Manhattan Sun 28 Sep - 19:25

thanks!
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Guest Sun 28 Sep - 19:25

Your very welcome Smile

regards









Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: add new fonts

Post by Manhattan Sun 28 Sep - 19:59

dear placehold
I've got another question.
How can I change the font size while typing a post? not after using a tag!
It's difficult to explain
i.e. I want the font size of post reply be larger than the size which it had been already in default mode.
Thanks in advance
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Guest Sun 28 Sep - 20:12

Well apart from using the size tags in the post edit section
i.e [size=18] [ /size]

you would have to find the relevant section in the CSS and change it to the sizes you want

PhPbb2:

.postbody{
font-size : 11px;
line-height: 18px
}



Phpbb3:

.postbody .content {
font-size: 1.3em;
}


Regards








Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: add new fonts

Post by Manhattan Sun 28 Sep - 22:30

Code:

Phpbb3:

.postbody .content {
font-size: 1.3em;
}

thanks but it isn't relevant! It change font size after sending.
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Guest Sun 28 Sep - 22:44

Ahhhhh Haaaaaa!!!!!

Code:
#message-box {
   font-size: 1.5em;
        }

Works a treat

Obviously change the size to suit Smile

Regards







Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: add new fonts

Post by Manhattan Sun 28 Sep - 23:18

I'd appreciate you for all helps you gave me today! and I promise that it's the last question for today!
My page number icons are very small!
add new fonts 23r1pvm

Any idea?
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by zakir321 Mon 29 Sep - 18:42

Try to add the code below to your stylesheet. Your forum is running with phpBB v3?

Code:
.pagination span a:link{padding:0 2px;}
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Solved Re: add new fonts

Post by Manhattan Mon 29 Sep - 23:16

where is stylesheet?
yes phpbb.
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Guest Mon 29 Sep - 23:20

Placehold wrote:1. Log into your forum.

2. Navigate to:

Admin Panel\Display\Colors\CSS Stylesheet

Regards







Craig
avatar
Guest
Guest


Back to top Go down

Solved Re: add new fonts

Post by Manhattan Mon 29 Sep - 23:49

oops! thanks! but it didn't work!
I'm confused! only in firefox the page numbers are small! in ie they are suitable! why?
thanks beforehand
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Manhattan Tue 30 Sep - 0:35

my home button in ff doesn't work, only in Firefox?but in ie it work!
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Manhattan Tue 30 Sep - 11:56

Just now I need your help! thanks
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by zakir321 Wed 1 Oct - 16:50

Please provide a link to your forum where I can see these numbers, I'd like to check the code directly. The button was most likely only missing due to a temporary connection problem with your image hosting service. Smile
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Solved Re: add new fonts

Post by Manhattan Wed 1 Oct - 21:56

Thanks a lot. I updated My Firefox and The problem was solved.
Manhattan
Manhattan
Forumember

Posts : 92
Reputation : 0
Language : ٍEnglish

Back to top Go down

Solved Re: add new fonts

Post by Nessa Fri 3 Oct - 7:13

Since this problem appears to be resolved, I will lock this topic now.



=> Locked

Nessa
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum