• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Custom fonts for different usergroups

Admin

Well-Known Member
Staff member
Administrator
This is my first true custom mod, this enables you to have a custom font for a certain usergroup, you can use this for as many usergroups as you like and doesnt require the viewer to have the font installed on there computer, it will kept on the server so will be available for everyone too see, so no more default fonts, hope you enjoy

First off download what font type you would like in ttf format.

Once complete open additional.css and add this at the bottom

@font-face {
font-family: Over;
src: url('Over.ttf');
}

Change the Red text to the name of your ttf file.
Upload your ttf file to the root directory of your file directory/file manager.


Next add the following

.premium {
font-family: Over; /* no .ttf */
}

If you wish to add a color make it like this

.premium {
font-family: Over; /* no .ttf */
color: #FF0000;
}

change the yellow to the color you want, and the red to the name of the TTF file

Once your complete save it and then open up the usergroup you wish to change

In the usergroup html markup add this to the first box

<span class="premium">

Add </span> to the 2nd box

And your all done

Click below for a screen shot
tuoitrevnbiz27032013.jpg

Glitch_guru is the one you are looking at using a custom font, this works in posts also and profiles.
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin [JoyFreak] Custom PWA Xenforo 0
Admin Customising the layout with custom user fields xenforo 2 Xenforo 0
Admin Clean 3 Column Custom Field Lists xenforo 2 Xenforo 0
N TSP Dork generator v16.1|HQ Dork generator - Now with custom dork types SQL injection 1
N TSP Dork generator v16.1|HQ Dork generator - Now with custom dork types SQL injection 0
N TSP Dork generator v16.1|HQ Dork generator - Now with custom dork types Tut, tool, mmo 0
Admin Custom Style Option Group Colors Picker xenforo 2 Xenforo 0
Admin Creating custom user banner styling xenforo 2 Xenforo 0
Admin Creating custom prefix styling xenforo 2 Xenforo 0
Admin Creating a custom Reactions sprite sheet xenforo 2 Xenforo 0
Admin Custom Fields Permissions xenforo 2 Xenforo 0
Admin Custom 404 Page by Siropu xenforo 2 Xenforo 0
Admin Share plugin Advanced Custom Fields PRO v0.4.0 cho Joomla Joomla 0
cuongpro9x Help Lỗi Link khi custom post type Wordpress 1
cuongpro9x Hỏi Cách tạo custom page download Wordpress 3
Admin Hướng dẫn làm custom skin LMHT EZ vũ khí tối thượng Trò chơi 0
Kidblood Share Custom Skin - Tự Sướng Skin Cho LMHT Máy tính 0
Admin vBUT - User Group User Titles & Custom User Titles Add-ons 0
Admin Custom Node Icon (icon for Category) 1.0 Xenforo 0
Admin Custom Style Sets for vBulletin 4 (including ACP Styles) Style vbb 0
Admin How to add a custom Tab Xenforo 0
Admin Replace search with Google Custom Search Add-ons 0
V Google Fonts: bảy kết hợp mà bạn có thể Sao chép và sử dụng Thảo luận chung 0
Admin Spice Up Your vBulletin Forum with Google CSS3 Web Fonts Vbulletin 0
Admin Awesome free fonts for your forum [TypeKit] Vbb tutorial 0
S [s60v3,v5] font router v1.06-đổi fonts dễ dàng ngay trên điện thoại S60 0
Admin [Share part 3] Fonts SauKem3 lung linh S60 0
Admin Different Post Body Background For Admin And Mods Vbb tutorial 0
Admin 15 different MASK style avatars collection by ITD Vbulletin 1

Similar threads

New posts New threads New resources

Back
Top