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.


BPphd Hand (2009)
random pangram
caps
48px
BPphdHand
BPphdHand
Download

The initial design upon which the PhD superfamily (will be presented soon) was based. It looks great on applications that require a technical but, somewhat, humanist look. Take it for a ride and, if you like it, don't forget to pay a visit to the rest of the PhD superfamily when it will be available (hopefully soon).

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]/BPphd Hand.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: BPphd Hand, 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