vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Can you add custom fonts to vbulletin and use them in styles? (https://vborg.vbsupport.ru/showthread.php?t=289598)

JMEWLS` 10-25-2012 02:24 AM

Can you add custom fonts to vbulletin and use them in styles?
 
Not for posting...

www.nbadimensions.net/forums/

Basically all of the headers there are images, I'd much rather them be text rather then images in the same format.

--------------- Added [DATE]1351137325[/DATE] at [TIME]1351137325[/TIME] ---------------

I've tried @font-face...

Code:

@font-face {
font-family: 'customfont';
src: url('images/nbadv2/font/custom.ttf');
}

Doesn't work when I put it into code..


Code:

<div style="font-family:'customfont';">NBA DIMENSIONS</div>
--------------- Added [DATE]1351139606[/DATE] at [TIME]1351139606[/TIME] ---------------

wtricks 10-25-2012 03:17 PM

I usually put it my my 'extras' CSS. Additional or whatever it's called (have done too much xenforo design lately, so I lost the name). Don't use inline styling, it ads more 'junk' to your code and it's 'dirty'.

here's how I set a custom font for my forums

Code:

@font-face {font-family: topcom; src: url('img/com.ttf');}
h1 {font-family:topcom;} /* the element that needs styling */

Hope it makes sense ;)

PS: make sure the font is where it's supposed to be. I usually mess up the path to it and wonder why it doesn't work :D

Lynne 10-25-2012 03:41 PM

There was a thread about this over on vbulletin.com. I'd suggest you do a search if what wtricks wrote isn't helping.


All times are GMT. The time now is 03:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01096 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete