Minggu, 27 Oktober 2013

PHP Indonesia - Facebook: Saya meload font ke project saya dengan skrip beri...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Ready to move beyond the basics?

Enroll in this advanced DSLR course to explore more creative scenarios, image editing, and videography.
From our sponsors
Saya meload font ke project saya dengan skrip beri...
Oct 27th 2013, 08:09, by Dropb Nrro

Dropb Nrro 8:09am Oct 27
Saya meload font ke project saya dengan skrip berikut :
Apa ada yang salah??

@font-face {
font-family : Tempus Sans ITC;
src : url('../font/TEMPSITC.TTF');
}

@font-face {
font-family : Oswald;
src : url('../font/oswald.light.TTF');
}

@font-face {
font-family : Cambria;
src : url('../font/CAMBRIA.TTC');
}

@font-face {
font-family : Calisto MT;
src : url('../font/CalistoMT.TTF');
}

@font-face {
font-family : Times New Roman;
src : url('../font/TIMESNR.TTF');
}

Eliezer Ramon 8:21am Oct 27
kyanya di font-family harus ada tanda ' '
ex : @font-face{
font-family: 'OpenSans';
src: url('../fonts/OpenSans.ttf');
font-weight: normal;
font-style: normal;
}

Achmad Ryo 8:28am Oct 27
jika ingin menambah font, sebaiknya menggunkan yg ber-extensi (.otf) supaya project tidak berat .. saya kasih referensi dan disitu sudah ada untuk generatornya, jd tinggal copy/paste ajja, silakan mampir sini .. :
http://www.fontsquirrel.com/

Eliezer Ramon 8:32am Oct 27
^ya bisa sebaiknya. .yg di atas juga hanya contohnya saja. .kebetulan yg dingat ekstensi .ttf :p

Achmad Ryo 8:33am Oct 27
oyiii oyiii (y) :D

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar