Wow - I am actually paying attention to my website.
This commit is contained in:
parent
a6588595ff
commit
fe622d59fe
5 changed files with 86 additions and 7 deletions
BIN
docs/assets/fonts/comicmono.ttf
Normal file
BIN
docs/assets/fonts/comicmono.ttf
Normal file
Binary file not shown.
2
docs/blog/index.md
Normal file
2
docs/blog/index.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Blog
|
||||
|
|
@ -1,3 +1,7 @@
|
|||
.md-nav__item--active{
|
||||
padding: 0 !important;
|
||||
}
|
||||
.md-nav__item--active{
|
||||
padding: 0 !important;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Comic Mono';
|
||||
src: url(/assets/fonts/comicmono.ttf);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue