MyBB Community Forums

Full Version: have default avatar and font-family:Electrolize, sans-serif;?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all, anyone know how to make the users to have one default avatar if they dont have avatar?

i would like to be like like this:

[Image: 2003201355349.png]

you know guys how can i use this font called:
font-family:Electrolize, sans-serif;

this theme is using it:

http://www.themefreak.net/demo/forumdisplay.php?fid=2
For default avatar, use this:
http://demonate.com/thread-744.html

For using the said font, add at the very beginning of your global.css:
@import url(http://fonts.googleapis.com/css?family=Electrolize);

Then use the font family wherever (classes, IDs & other tags) you want including this declaration in your global css:
font-family: 'Electrolize', sans-serif;
thanks