Font fix attempt and home links

This commit is contained in:
Peter 2020-11-21 16:42:54 +08:00
parent b495fcaeb1
commit 2fefa10521
3 changed files with 10 additions and 2 deletions

View File

@ -41,3 +41,7 @@ layout: default
{% else %}
<h2>no posts yet.</h2>
{% endif %}
<br>
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io">🔗 Back to home page</a>

View File

@ -65,3 +65,7 @@ layout: default
document.getElementById('animated-post-description').style.display = 'initial';
typeWriter();
</script>
<br>
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io/code">🔗 Back to programming page</a><br>
<a class="link" style="left:1%; bottom: 1%;" href="https://npc-strider.github.io">🔗 Back to home page</a>

View File

@ -12,5 +12,5 @@
}
@include font('Varela Round', '/assets/fonts/VarelaRound-Regular');
@include font('Roboto Mono', '/assets/fonts/RobotoMono-Medium');
@include font('Varela Round', '../../assets/fonts/VarelaRound-Regular');
@include font('Roboto Mono', '../../assets/fonts/RobotoMono-Medium');