<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit:300,400,400i,700">
<link rel="stylesheet" href="https://cdn.lazywasabi.net/fonts/ChulabhornLikit/ChulabhornLikitText.css" >
<style>body {font-family:'Chulabhorn Likit Text';}</style>
เมื่อเข้าไปดูภายในแฟ้ม ChulabhornLikitText.css พบ code ดังนี้
@font-face {
  font-family: 'Chulabhorn Likit Text';
  src:
    url('https://cdn.lazywasabi.net/fonts/ChulabhornLikit/ChulabhornLikitText-Regular.woff2')
    format('woff2'),
    url('https://cdn.lazywasabi.net/fonts/ChulabhornLikit/ChulabhornLikitText-Regular.woff')
    format('woff');
  font-style: normal; font-weight: normal; font-display: swap;
}
@font-face {
  font-family: 'Chulabhorn Likit Text';
  src:
    url('https://cdn.lazywasabi.net/fonts/ChulabhornLikit/ChulabhornLikitText-Bold.woff2')
    format('woff2'),
    url('https://cdn.lazywasabi.net/fonts/ChulabhornLikit/ChulabhornLikitText-Bold.woff')
    format('woff');
  font-style: normal; font-weight: bold; font-display: swap;
}