﻿@font-face {
    font-family: 'PINGFANG';
    src: url('../font/PingFangSCRegular.eot');
    src: url('') format('embedded-opentype'),
    url('../font/PingFangSCRegular.woff2') format('woff2'),
    url('../font/PingFangSCRegular.woff') format('woff'),
    url('') format('truetype'),
    url('') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.text-node,
.text-node *,
.edit-content,
.edit-content *,
body{
    font-family: 'PINGFANG'!important;
}