You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
489 B
CSS
20 lines
489 B
CSS
3 years ago
|
@font-face {
|
||
|
font-family: "Grotezk";
|
||
|
src: url("ApfelGrotezk-Regular.woff") format('woff');
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "Bluu";
|
||
|
src: url("bluunext.woff") format('woff');
|
||
|
font-weight:regular;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "Bluu";
|
||
|
src: url("bluunext-bold-webfont.woff") format('woff');
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "Bluu";
|
||
|
src: url("bluunext-bolditalic-webfont.woff") format('woff');
|
||
|
font-weight:bold-italic;
|
||
|
font-style:italic;
|
||
|
}
|