Psl Ornanong Pro Font Link [patched] -
PSL Ornanong Pro is a professional Thai-Latin font family developed by PSL SmartLetter and designer Phanlop Thongsuk
- Example: Search
PSL Ornanong Pro on GitHub, but verify licensing metadata.
- Unzip the downloaded folder.
- Right-click the
PSL Ornanong Pro.ttf file.
- Select "Install" or "Install for all users."
Implementation tips
- Use heavier weights for emphasis and headings; Regular or Medium for paragraph text.
- Set letter-spacing to 0 to +0.02em for headings; −0.01 to 0em for body copy depending on measure.
- For web use, prefer WOFF2 format for performance; include WOFF as fallback and define font-display: swap.
- Provide appropriate font weights in CSS to avoid faux-weights:
@font-face
font-family: 'Oranong Pro';
src: url('oranong-pro.woff2') format('woff2');
font-weight: 400 700;
font-style: normal;
font-display: swap;