GalavicPixel Regular v1.3
==============================
5px pixel display font born from the "GALAVIC" ASCII logo.
2px strokes, 1 column of tracking and merged outlines (no internal edges)
for solid rendering at any size.

Author: Galavic <hola@galavic.world>
License: SIL Open Font License 1.1 (see OFL.txt) — free for personal and commercial use.
Reserved Font Name: GalavicPixel.

Contents
---------
- GalavicPixel-Regular.ttf  (8.5 KB, installable on Windows/macOS/Linux)
- GalavicPixel-Regular.woff  (2.9 KB, web fallback)
- GalavicPixel-Regular.woff2 (1.9 KB, modern web)
- OFL.txt (license)
- specimen.html (open in a browser to see the specimen)

Coverage (143 cmap, 110 glyphs)
--------------------------------
- A-Z uppercase at 5px (G, A, L, V, I, C intact from the logo)
- a-z real lowercase: 3px x-height, ascenders and descenders
  (l shares its drawing with I; 0 with O)
- Space and . , : - _ / @ ! ? ¿ ¡ " # $ % & ' ( ) * + ; < = > [ \ ] ^ ` { | } ~ €
- Spanish: Ñ ñ Á É Ó Ú Ü á é í ó ú ü + fallbacks (À Â Ä → A, etc.) + ß → s

Local installation
-------------------
Windows: right-click the .ttf → Install.
macOS: double-click the .ttf → Install Font.
Linux: copy the .ttf to ~/.fonts/ and run fc-cache -f -v.

Web usage (@font-face)
----------------------
@font-face {
  font-family: "GalavicPixel";
  src: url("GalavicPixel-Regular.woff2") format("woff2"),
       url("GalavicPixel-Regular.woff") format("woff"),
       url("GalavicPixel-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
.logo {
  font-family: "GalavicPixel", monospace;
  image-rendering: pixelated;
  letter-spacing: 0.02em;
}

Pixel-perfect note
------------------
"GALAVIC" in the font measures 38px of visual width, identical to the original
SVG (38x5 grid). For large sizes use multiples of 10 (20px, 30px, 40px…:
1 font px = size/10) and `image-rendering: pixelated` to keep it crisp.

Submission
----------
DaFont / FontSquirrel / 1001Fonts: upload the .zip with the .ttf + OFL.txt.
Google Fonts would require a full latin-extended set + repo with METADATA.pb.
