X

Self-hosted

Self-hosted

ၵၢၼ်ၸႂ်ႉၾွၼ်ႉ Shan ၼိူဝ် hosting တူဝ်ၵဝ်ႇ

1: Download လႄႈ ၵီႈၾႆႇ Shan Font

2: Upload ၾႆႇၶိုၼ်ႈၼႂ်း directory ဝႅပ်ႉ (ၵမ်ႈၼမ်ပဵၼ် public_html)

3: ၸႂ်ႉ shan.css ၼႂ်းဝႅပ်ႉတူဝ်ၵဝ်ႇ

HTML
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Shan Font</title>
  
  <!-- Shan Font CSS -->
  <link href="shan.css" rel="stylesheet">
  
  <style>
    /* Apply Shan font to body */
    body {
      font-family: 'Shan', sans-serif;
      font-size: 20px;
    }

    /* Optional: Apply to specific element */
    .shan-title {
      font-family: 'Shan', sans-serif;
      color: #333;
    }
  </style>
</head>
<body>
  <!-- Example content with Shan font -->
  <p class="shan-title">ႁူဝ်ၶေႃႈလိၵ်ႈတႆး</p>
</body>
</html>

Leave A Comment