-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
navigation.html won’t update #49
Comments
How did you "switch to using ‘Mono Social Icon Font"? We do not provide that functionality (alternate icons). What I believe happened is that you tried to hard-code your image into |
Thanks for the response. My mistake: source/_includes/custom/navigation.html. I created a partial ‘_mono-social-icons.scss’ in the ‘partials’ folder and imported it to ‘_partials.scss’. It contains: `@font-face { .symbol, a.symbol:before { a.symbol:before { Then in navigation.html, I added:
As an example. But the output I get is: |
And what would be the expected result? It seems like you are just changing the font. Is this a font that has icons for characters? Does googlefonts provide it? Are you sure you are loading it correctly? |
The expected outcome would be Mono Social Icon styles for Twitter, GitHub and RSS served as a font. The font has icons for characters, but it’s not on googlefonts – I’m using other fonts from Typekit instead of Google. Pretty sure I am loading properly. The icon font is stored in source/fonts, the stylesheet is in source/stylesheets, so the following path looks right to me:
|
Having a few problems getting source/custom/havigation.html to reflect changes I have made.
I added my Twitter account, which worked fine, but I switched to using ‘Mono Social Icon Font’ from Foundation icons and now it outputs text links to Twitter, GitHub and RSS instead of the new icons I have added.
I don’t understand why this is happening, especially as I have actually deleted the text links, so it shouldn’t be possible to serve them, bearing in mind I made all the changes in source and the Twitter text link, for example, is not even present in the Theme version of navigation.html.
Any suggestions appreciated.
The text was updated successfully, but these errors were encountered: