Below are some custom css I experimented to hide some elements and use google font (need to add link tag in .html file) .Attribution { display:none; } .post-body { font-family: 'Quicksand', sans-serif; font-weight:300; } .post-title a { font-family: 'Quicksand', sans-serif; font-weight: 700; } .post-title { font-family: 'Quicksand', sans-serif; font-weight: 700; }