yeah thanks for help me mr.mark :):
but that code doesn't work , i done add in my css
but not work :(
----------
before this my code (.secondarytitle, .secondarytitle h2) in my css, what needs to be removed??
but i done try remove, But just the same. not changed. :(
i dont understand about this mr.mark :):
- Code:
.secondarytitle, .secondarytitle h2 {
color: #EEEEEE;
text-align: left;
font-family: Spy Agency;
text-shadow: 0 -1px 0 #666;
font-size: 11px;
padding-left: 5px;
text-transform: uppercase;
letter-spacing: 1px;
padding-top: 5px;
font-weight: normal;
}
please help me, to fix this problem.
my forum
http://astajim.indonesianforum.net/
thanks before mr.mark :D:
---------------------------------------
and i get this code from someone mr.mark, and i dont know how to use :(: i dont understand about this :(
well those are just fonts you can download your computer, there is a difference between computer fonts and webfonts. You have to remember you can assign any font in the font library, and if you don't have it on your computer it will not show up unless you have it on your personal computer. So that is where the google fonts come into play.
There are many additions to the WebFontConfig as you can see below that code we have
google: { families [""]}
We can also do the following
- Code:
WebFontConfig = { typekit: {
id: 'myKitId'
}
};
or
- Code:
WebFontConfig ={
ascender: {
key: 'myAscenderKey',
families: [ 'AscenderSans:bold,bolditalic,italic,regular' ]
}
};
or
- Code:
WebFontConfig ={
monotype: {
projectId: 'YourProjectId'
}
};
or
- Code:
WebFontConfig = {
fontdeck: {
id: 'xxxxx'
}
};
These are all providers -
The following can be found at
typekit: www.typekit.com
ascender: http://www.fontslive.com/
monotype: http://webfonts.fonts.com/
fontdeck: http://fontdeck.com/
the above you will have to sign up, create a deck and provide the information in the WebFontConfig via id or key. Hope this helps you and you get this working
i dont uderstand about this, please help me :(