Answers: Advanced | Adding Custom Fonts

Hi Liz,

I feel like I’m having a commit issue again. I submitted this module and failed both parts:

this is my code:

Thanks for the help!!

Hi David,

1) Adding the Font Family to the answers.scss file:
The issue is that you have slanted quotes instead of straight quotes. Straight quotes are required for almost any development that you do (on Yext or elsewhere).

You can see the difference illustrated if you look closely here:

2) Adding the embed codes to headincludes file
You want to add this to the top-level headincludes.hbs file (layouts/headincludes.hbs). It looks like you added directly to the file in the Theme. You never want to edit files in the Theme directory directly. In this case, the file already exists for you to edit in the top-level. If you ever want to override a file in the theme, you need to use Tools > Jambo Commands > Override Theme and select the file you want to override. This would create the file for you to edit in the top-level and tell jambo to use that while building your site instead of the file in the theme. In this case, you should remove the embed codes from the headincludes.hbs file in the Theme and add it to the file in the layouts directory. I’ve also made this more clear in the challenge instructions.

Thanks,
Liz

1 Like

Ok, that worked. Thanks Liz!