1
0
Fork 0

[SITE] add new logo (and Boon font) to front page

This commit is contained in:
Jannik Beyerstedt 2016-05-17 20:47:47 +02:00
parent 179eb03074
commit 2a355d4f81
19 changed files with 127 additions and 22 deletions

BIN
assets/fonts/boon-300.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-300i.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-400.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-400i.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-500.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-500i.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-600.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-600i.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-700.woff Normal file

Binary file not shown.

BIN
assets/fonts/boon-700i.woff Normal file

Binary file not shown.

55
assets/fonts/boon.css Executable file
View file

@ -0,0 +1,55 @@
@font-face {
src: url("boon-300.woff") format("woff");
font-family: "Boon";
font-style: normal;
font-weight: 300;
}
@font-face {
src: url("boon-300i.woff") format("woff");
font-family: "Boon";
font-style: italic;
font-weight: 300;
}
@font-face {
src: url("boon-400.woff") format("woff");
font-family: "Boon";
font-style: normal;
font-weight: 400;
}
@font-face {
src: url("boon-400i.woff") format("woff");
font-family: "Boon";
font-style: italic;
font-weight: 400;
}
@font-face {
src: url("boon-500.woff") format("woff");
font-family: "Boon";
font-style: normal;
font-weight: 500;
}
@font-face {
src: url("boon-500i.woff") format("woff");
font-family: "Boon";
font-style: italic;
font-weight: 500;
}
@font-face {
src: url("boon-700.woff") format("woff");
font-family: "Boon";
font-style: normal;
font-weight: 700;
}
@font-face {
src: url("boon-700i.woff") format("woff");
font-family: "Boon";
font-style: italic;
font-weight: 700;
}