@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);

@font-face {
    font-family: 'Code128';
    src: url('./code128.ttf') format('truetype');
}

.name-cn {
    font-family: "cwTeXFangSong", serif;
    font-size: 24px;
}

.name-en {
    font-family: 'Raleway', sans-serif;
}
