Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Multiquote (on) Multiquote (off)
Add Reply
More Fonts; fonts
Topic Started: Jan 16 2014, 04:27 PM (189 Views)
Oldcrow
Member Avatar
One of you.
[ * ]
Can someone explain how I can add more Fonts to the board..

I searched for codes, installed them, but they don't show.

Maybe I am doing something wrong..

Ron..
Offline Profile Quote Post Goto Top
 
Helena
Member Avatar
M is for Mod

What script did you try to install?
Online Profile Quote Post Goto Top
 
Oldcrow
Member Avatar
One of you.
[ * ]
Helena
Jan 16 2014, 04:33 PM
What script did you try to install?
<script type="text/javascript">
var FontFace = new Array(), w = 0;
FontFace[w++] = "Arial Black";
FontFace[w++] = "Arial Narrow";
FontFace[w++] = "Book Antiqua";
FontFace[w++] = "Century Gothic";
FontFace[w++] = "Comic Sans MS";
FontFace[w++] = "Courier New";
FontFace[w++] = "Fixedsys";
FontFace[w++] = "Franklin Gothic Medium";
FontFace[w++] = "Garamond";
FontFace[w++] = "Lucida Console";
FontFace[w++] = "Lucida Sans Unicode";
FontFace[w++] = "Microsoft Sans Serif";
FontFace[w++] = "Palatino Linotype";
FontFace[w++] = "System";
FontFace[w++] = "Tahoma";
FontFace[w++] = "Trebuchet MS";

//Created by Agent Moose
var b = document.getElementsByTagName("select");
for(y=0;y<b.length;y++){
if(b[y].name === "font"){
for(x=0;x<FontFace.length;x++){
b[y].options[b[y].options.length] = new Option(FontFace[x],FontFace[x]);
for(p=0;p<b[y].options.length;p++){ b[y].options[p].style.fontFamily = b[y].options[p].value; };
};};};
</script>


This one by Moose
Offline Profile Quote Post Goto Top
 
Helena
Member Avatar
M is for Mod

When you say they don't show, does that mean you don't have a dropdown for them on your posting screen?

If so, try this solution from the code topic:
http://if.invisionfree.com/single/?p=17291925&t=5087482
Online Profile Quote Post Goto Top
 
Oldcrow
Member Avatar
One of you.
[ * ]
Helena
Jan 16 2014, 04:46 PM
When you say they don't show, does that mean you don't have a dropdown for them on your posting screen?

If so, try this solution from the code topic:
http://if.invisionfree.com/single/?p=17291925&t=5087482
Thanks Helena work prefect..

Ron..
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Support · Next Topic »
Add Reply