The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello,
How can I change the font of Style. I wanht use new arabic font Droid Arabic Naskh. Thank you. Code:
</template> </templategroup> <templategroup name="Ungrouped Templates {1}"> <template name="private.css" templatetype="template" date="1352834721" username="admin" version="4.2.1"><![CDATA[@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css); Code:
<link href='http://fonts.googleapis.com/earlyaccess/amiri.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/droidarabickufi.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/lateef.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/scheherazade.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/thabit.css' rel='stylesheet' type='text/css'/> |
#2
|
||||
|
||||
![]()
there are two way you can do this you are on the right track
Step 1. put this in your "headinclude" Template HTML Code:
<link href='http://fonts.googleapis.com/earlyaccess/amiri.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/droidarabickufi.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/lateef.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/scheherazade.css' rel='stylesheet' type='text/css'/> <link href='http://fonts.googleapis.com/earlyaccess/thabit.css' rel='stylesheet' type='text/css'/> HTML Code:
@import url(http://fonts.googleapis.com/earlyaccess/amiri.css); @import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css); @import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css); @import url(http://fonts.googleapis.com/earlyaccess/lateef.css); @import url(http://fonts.googleapis.com/earlyaccess/scheherazade.css); @import url(http://fonts.googleapis.com/earlyaccess/thabit.css); Step 2. Go to AdminCP > Styles & Templates > Style Manager > Your Style > Toolbar Menu Options > and add this to the list of fonts Code:
Amiri Droid Arabic Kufi Droid Arabic Naskh Lateef Scheherazade Thabit |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|