1
0
Fork 0
web-jbeyerstedt/assets/fonts/boon.css

56 lines
1,003 B
CSS
Executable file

@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;
}