About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //About us //

Welcome to Protype Foundry!

Protype is an independent type foundry dedicated to creating original Arabic and multilingual typefaces with clarity, character, and cultural depth.

Built on experience in branding, packaging, corporate identity, and new media, our work is shaped by a strong understanding of how type functions across modern visual systems. We focus mainly on Arabic type design, developing distinctive typefaces that fill gaps in the market and support designers, brands, and clients with expressive, well-crafted typographic tools.

A few of the brands that choose our typefaces to define their visual voice.

6_SoundStorm
7_Lay’s
8_Doritos
10_Tiger
15_SONY
14_UBISOFT
12_BuffloBurger
13_JMC
16_Molto
2_Emkan
4_WW3
1_The4Winds
5_Saudia
3_Sary
2_Emkan
9_Rani
11_Willyes
Join the designers, brands, and creative teams who trust Protype typefaces to shape distinctive visual identities. Explore our collection and find the right typeface to bring clarity, character, and originality to your next project.

Original typefaces for stories that deserve a distinctive voice.

PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY * PROTYPE FOUNDRY *

Copyright © 2026 — Protype Foundry.

View
(function($) { var prev = 0; var $window = $(window); var nav = $('.semplice-navbar'); function updateNavBlur() { var scrollTop = $window.scrollTop(); // Blur + white bg intensity: full at 0, fades out by 300px var progress = Math.min(scrollTop / 300, 1); // 0 → 1 var blurVal = 12 * (1 - progress); // 12px → 0px var white1 = 1 - (progress * 1); // rgba white top: 1 → 0 var white2 = 0.85 - (progress * 0.85); // rgba white mid: 0.85 → 0 nav.css({ 'background': 'linear-gradient(to bottom, rgba(255,255,255,' + white1 + ') 0%, rgba(255,255,255,' + white2 + ') 60%, rgba(255,255,255,0) 100%)', '-webkit-backdrop-filter': 'blur(' + blurVal + 'px)', 'backdrop-filter': 'blur(' + blurVal + 'px)' }); } $window.on('scroll', function() { var scrollTop = $window.scrollTop(); // Hide/show navbar on scroll direction nav.toggleClass('hide-navbar', scrollTop > prev && scrollTop > 50); prev = scrollTop; // Show navbar when near top if (scrollTop <= 300) { nav.removeClass('hide-navbar'); } // Update blur + gradient dynamically updateNavBlur(); }); // Run on load so it's correct at page top updateNavBlur(); })(jQuery);