Sergey Furtak
Sergey Furtak
Hello Mark, The [google-webfonts-helper](https://google-webfonts-helper.herokuapp.com/) is great tool for getting font files from Google. But we need to set the `Customize folder prefix` field as `/fonts/`, because all content inside `/static/`...
Glad to help! One quick note: we use `/fonts/` because fonts injected inside page layout as critical styles. The `../fonts/` path will work if we move the font definition (`@import...
Hello Mark, Thank you for provided details and code about this issue! Not sure, but it looks like issue with gaps between tiles, that was fixed at [Apr 25](https://github.com/serg/yourfolio/issues/9). I...
For now, you could just try to replace `float: left;` with `display: inline-block;` in [this 277 line](https://github.com/serg/yourfolio/blob/master/assets/scss/app.scss#L277)
You are welcome, Mark! This is a free theme and you could do anything with it. You could add some attribution if you wish, but it's not required. Just choose...
Mark, thank you for this! Hope you enjoy your website! I am also saw this issue in Chrome browser. Hard to say why this happened... Perhaps, it's related with downloading...