i have put the javascript in the header..
I have put the font name, etc in the css
and it doesn't work. I use google fonts all of the time and they work great. Adobe has a far larger library, but I can't seem to get them to work.
i use their example, it work, replace the fonts...and..nothing
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="//use.edgefonts.net/herr-von-muellerhoff.js"></script>
h1 {
font-family: herr-von-muellerhoff, sans-serif;
}
</style>
</head>
<body>
<h1>Hello World in Source Sans Pro</h1>
</body>
</html>
I have put the font name, etc in the css
and it doesn't work. I use google fonts all of the time and they work great. Adobe has a far larger library, but I can't seem to get them to work.
i use their example, it work, replace the fonts...and..nothing
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="//use.edgefonts.net/herr-von-muellerhoff.js"></script>
h1 {
font-family: herr-von-muellerhoff, sans-serif;
}
</style>
</head>
<body>
<h1>Hello World in Source Sans Pro</h1>
</body>
</html>