Un-Installed Font Change
-
I’m trying to change the fonts in my body, and I’m very new to CSS, so bear with me please. I downloaded a .TTF package and placed it in a file within my account labeled in the cPanel. (in my public html, wp-content, uploads, and made a file labeled ‘fonts’ for it to be in) From there, I experimented, and I know I need help. It’s not working. Help?
<html>
<head>
<style>
@font-face {
font-family: DarkAge;
src: url(“../home3/cayceber/public_html/wp-content/uploads/Fonts/DarkAge.TTF”);
}h1 {
font-family: DarkAge;
}
</style>
</head>
<body>The blog I need help with is: (visible only to logged in users)
-
Hi @cayceberryman, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help in the volunteer-based self-hosted WordPress.org forums at: http://wordpress.org/support/.
- The topic ‘Un-Installed Font Change’ is closed to new replies.