ブログのフォントを Cantarell にしてみた

してみた。
あんまり変わらないかも?

記事上

<link href='https://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>

デザインCSS

/* <system section="theme" selected="wideboard"> */
@import "/css/theme/wideboard/wideboard.css";
/* </system> */

/* <system section="background" selected="fff"> */
body {
    background: #fff;
    font-family: 'Cantarell', sans-serif;
}
/* </system> */

参照