/*Hanzi et Pinyin */

@font-face {
    font-family: '方正楷体简体';
    src: local('方正楷体简体'), url('../fonts/方正楷体简体.ttf') format('TrueType');
  }
  


.hanzi {
    font-family: '方正楷体简体', sans;
    font-size: 1.3em;
    color: blue;
}

.pinyin {
    color: green;
}


ruby {
    padding-top: 15px;
    font-family: '方正楷体简体',sans;
    font-size: 2em;
    color: blue;
    letter-spacing: 0.1em;
    line-height: 2;
}

ruby rt {
    font-family: 'arial',sans;
    font-size: 0.5em;    /* taille appliquée au pinyin */
    color: grey;
    font-weight: 100; 
    letter-spacing: 0em;
    padding-bottom: 5px;
}
