This commit is contained in:
Garry Ing
2021-03-15 14:16:20 -04:00
parent f0b4bc0bb0
commit 4b4e09d5f9
6 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,12 @@
text-decoration: none;
}
// Fonts helper
.anthony {
font-family: "Anthony", sans-serif;
}
// Notes Graph
.links line {

8
_sass/_fonts.scss Normal file
View File

@ -0,0 +1,8 @@
// Anthony by Sun Young Oh
// https://gitlab.com/velvetyne/anthony
@font-face {
font-family: Anthony;
src: url('./assets/fonts/Anthony.woff2') format('woff2'),
url('./assets/fonts/Anthony.woff') format('woff');
}

View File

@ -1 +1,2 @@
$hightlight-color: #F5A486;
$accent-color: #137752;