/* Here is your custom css styles. */
@font-face{
    font-family: 'MyriadPro';
    src: url('../font/MyriadPro-It.ttf');
    font-style: italic;
}
@font-face{
    font-family: 'MyriadPro';
    src: url('../font/MyriadPro-Regular.otf');
}
@font-face{
    font-family: 'FiraCode';
    src: url('../font/FiraCode-Medium-3.ttf');
}
@font-face{
    font-family: 'PingFangSC';
    src: url('../font/PingFang.ttc');
}
@font-face {
    font-family: "SFMono";
    src: url('../font/SFMono-Bold-1.otf');
    font-weight: bold;
}
@font-face {
    font-family: "SFMono";
    src: url('../font/SFMono-Medium-8.otf');
    font-weight: medium;
}
@font-face {
    font-family: "SFMono";
    src: url('../font/SFMono-Regular-10.otf');
}
@font-face {
    font-family: "SFMono";
    src: url('../font/SFMono-Light-5.otf');
    font-weight: light;
}

body{
    font-family: 'MyriadPro', 'PingFangSC';
}
i
code[class*="language-"], pre[class*="language-"] {
    font-family: 'FiraCode';
}

code {
    font-family: 'SFMono';
}
h1 code {
    font-size: inherit;
}
h2 code {
    font-size: inherit;
}
h3 code {
    font-size: inherit;
}
h4 code {
    font-size: inherit;
}
h5 code {
    font-size: inherit;
}
h6 code {
    font-size: inherit;
}
