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.

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 255

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 256



Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 267

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 267
()
Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 267

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 267
random pangram

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 280
caps

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 281
48px

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 291

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 291

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 298

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 299


Webfont usage


Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 301

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 301


Instructions
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]/
Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 304

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 304
.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:
Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 307

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 307
, 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.

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 317

Notice: Trying to access array offset on value of type null in /var/www/vhosts/backpacker.gr/httpdocs/index.php on line 317


TOP