webfont
This commit is contained in:
parent
f0b4bc0bb0
commit
4b4e09d5f9
@ -7,6 +7,12 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fonts helper
|
||||||
|
|
||||||
|
.anthony {
|
||||||
|
font-family: "Anthony", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
// Notes Graph
|
// Notes Graph
|
||||||
|
|
||||||
.links line {
|
.links line {
|
||||||
|
8
_sass/_fonts.scss
Normal file
8
_sass/_fonts.scss
Normal 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');
|
||||||
|
}
|
@ -1 +1,2 @@
|
|||||||
|
$hightlight-color: #F5A486;
|
||||||
$accent-color: #137752;
|
$accent-color: #137752;
|
BIN
assets/fonts/Anthony.eot
Normal file
BIN
assets/fonts/Anthony.eot
Normal file
Binary file not shown.
BIN
assets/fonts/Anthony.woff
Normal file
BIN
assets/fonts/Anthony.woff
Normal file
Binary file not shown.
BIN
assets/fonts/Anthony.woff2
Normal file
BIN
assets/fonts/Anthony.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user