Problem in adding fonts to child theme
-
Hi. I have been using a free GPL licensed theme for a while and needed to do some modifications to it to be compatible with my language. The changes were mainly for adding fonts to the theme structure.
Since I love to have this great theme updated (Tempera Theme), this method will break it and i need to put my modifications in a child theme.
Basically these are the things I’ve done to the main theme to make it compatible (all addresses are relative to theme folder):1. changed some lines in “/header.php” to make it compatible with a menu plugin.
2. added some lines to “/function.php”
3. added some fonts to “/fonts” folder
4. added some lines (font entries) to “/fonts/fontfaces.css”
5. added some lines to “/admin/sanitize.php” to make them available in Themes font options menu.
6. added a font into font-family of something in “/admin/css/admin.css”I read some child theme creating tutorials and was able to create a child theme which can do 1 and 2.
but the rest are not working!
Since I’m not a coder, I have hit a Brick Wall! ?? can someone help me on the issue?
- The topic ‘Problem in adding fonts to child theme’ is closed to new replies.