መልከ ፊደላት

Aboutመልከ ፊደላት

መልከ ፊደላት is a awesome collection of beautiful, high-quality Ethiopic fonts designed for modern digital applications. Our platform provides:

  • Live Preview: Test fonts in real-time with customizable text and size options
  • Variant Downloads: Access Regular, Bold, Light, and other font weights
  • Easy Installation: Step-by-step guides for Windows, macOS, and Linux
  • Usage Examples: Code snippets for web, React, and design tools

How to Install Fonts

  1. Download the font file (.ttf or .otf)
  2. Right-click the font file and select "Install"
  3. Alternatively, drag the font file to C:\Windows\Fonts
  4. Restart your applications to use the new font
# PowerShell command to install font
Copy-Item "font-name.ttf" "C:\Windows\Fonts\"

How to Use Fonts in Projects

HTML + CSS Implementation

Use the @font-face rule to load custom fonts in your web projects.

/* CSS - Add to your stylesheet */
@font-face {
  font-family: 'AmharicFont';
  src: url('/fonts/amharic-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Apply the font */
.amharic-text {
  font-family: 'AmharicFont', serif;
  font-size: 18px;
  line-height: 1.6;
}
<!-- HTML -->
<div class="amharic-text">
  እንኳን በደኅና ወደ መልከ ፊደላት መጡ!
  Welcome to Amharic Fonts Hub!
</div>

⚠️ Disclaimer: The information provided on this page is for general guidance only and may contain inaccuracies. Please verify details before use.