Change Khmer Font In Chrome
*
font-family: "Khmer OS", "Battambang", "Noto Sans Khmer", sans-serif !important;
✅ This will: Force every Khmer character on every website to render in your chosen font.
💡 Pro tip: Use Stylus to write site-specific rules, e.g.: change khmer font in chrome
@font-face
font-family: 'Khmer Custom';
src: local('Khmer OS');
body, p, div, span, a, li
font-family: 'Khmer Custom', sans-serif !important;
Chrome typically relies on system-installed fonts (e.g., Khmer OS, MoolBoran, Leelawadee UI, Noto Sans Khmer) and its internal fallback order. If the default font renders poorly (e.g., broken diacritics, incorrect character stacking), users can manually override it via Chrome’s settings, as the browser does not offer a direct per-script font selector without an extension. * font-family: "Khmer OS", "Battambang", "Noto Sans Khmer",
Before changing anything, ensure your desired Khmer font is actually installed on your system. ✅ This will : Force every Khmer character