-
Notifications
You must be signed in to change notification settings - Fork 26k
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
How to use Google Fonts #60
Comments
Sounds like you need to compile the .less files into .css for the change to take effect. Here's roughly what you need to do:
Hope this helps. |
Thanks for your help. It didn't work, unfortunately, for the installation part (I have no idea about what I was doing, sorry). I got this on my Linux terminal when I did npm install sh: 1: node: not found npm ERR! Error: ENOENT, lstat '/home/augusto/git/statgen-esalq/node_modules/grunt-contrib-imagemin/node_modules/gifsicle/node_modules/bin-wrapper/node_modules/mout/string/endsWith.js' |
Sorry I don't have much experience with Linux. Looks like you don't have On Monday, June 9, 2014, Antonio Augusto Franco Garcia <
|
I will see what I can do; if I found a solution, I will post it here. Thanks. |
I found a weird but possible solution. I added the following to home.html, etc, and the font changed. |
The Since you're having problems getting Node and Grunt installed on Linux you could just modify the If you're going to modify the Other than me teaching you how to write CSS I think that's about all I can offer 😉 PS: If I remember correctly the majority of the serif font (PT Serif) is applied to the Hope this helps! |
Well, thanks a lot! Thanks for your patience as well. I will follow these suggestions. |
Added mediator theme
...using the Sublime Text editor [MarkdownTOC](https://github.com/naokazuterada/MarkdownTOC) tool! Here are my user settings for it: ```json { "defaults": { "autoanchor": true, "autolink": true, "bracket": "round", "levels": [1,2,3,4,5,6], "indent": "\t", "remove_image": true, "link_prefix": "", "bullets": ["-"], "lowercase": "only_ascii", "style": "ordered", "uri_encoding": true, "markdown_preview": "" }, "id_replacements": [ { "pattern": "\\s+", "replacement": "-" }, { "pattern": "<|>|&|'|"|&mmistakes#60;|&mmistakes#62;|&mmistakes#38;|&mmistakes#39;|&mmistakes#34;|!|#|$|&|'|\\(|\\)|\\*|\\+|,|/|:|;|=|\\?|@|\\[|\\]|`|\"|\\.|\\\\|<|>|{|}|™|®|©|%", "replacement": "" } ], "logging": false } ```
Hi,
I am trying to do a few customizations on fonts.
I read that this can be done on file variables.less, but it seems it is not working. When I change @base-font and/or @heading-font nothing happens.
I am running jekyll on a linux machine and seeing the output with "jekyll --server".
How can I make this work? I would like to use Google Fonts.
Thanks!
The text was updated successfully, but these errors were encountered: