Typefaces
The common, underlining denominators of all BP typefaces are: (a) support for Greek language, and (b) a huge amount of love injected to each and every one of their characters.


Brangus (2020)
random pangram
caps
48px
BrangusDisplay
BrangusDisplay
Brangus
Brangus
BrangusMonolinear
BrangusMonolinear
BrangusReversed
BrangusReversed
Download

Brangus is a fat slab variable typeface with a contrast axis ranging from high vertical contrast to high horizontal contrast. You can download the variable version of the typeface here.

Many thanks to Christos Tsolerides (oxhouse.gr) for the typeface's beautiful manicule.

Webfont usage

1. Unzip the downloaded file and place the webfont files (.woff, .eot, .ttf) and the accompanying .css file on a specific folder on your server.

2. Copy and paste the code below inside the <head> of the page(s) where you want the webfont to be used

<link rel="stylesheet" type="text/css" href="[folder]/Brangus.css"/>

where [folder] = the name of the folder where you put the css and webfont files

3. Add the font-family name at the css rules where you want to use the webfont

div { font-family: Brangus, Arial; }

4. If the webfont supports italics, bold and/or bold italics you can use them simply by using <b> and <i> tags inside your html code.

5. If the webfont has a Light or other weight, look at the accompanying .css file to find out what weight value you should use.

Download


TOP