I recently moved my website from to using the Duplicator plugin, but I'm facing an issue with the custom font 'Kanit' not displaying correctly. I have double-checked on the backend and confirmed that Kanit font is properly set up.
Below is the CSS code being used:
body:not(.block-editor-page):not(.wp-core-ui), body:not(.block-editor-page):not(.wp-core-ui) pre {
font-family: Kanit;
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-transform: none;
color: #000000;}
Thank You