27 lines
710 B
CSS
27 lines
710 B
CSS
@font-face {
|
|
font-family: "refigerator";
|
|
font-weight: bold;
|
|
src: url("refrigerator-deluxe-bold.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: "refigerator";
|
|
font-weight: extrabold;
|
|
src: url("refrigerator-deluxe-extrabold.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: "refigerator";
|
|
font-weight: heavy;
|
|
src: url("refrigerator-deluxe-heavy.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: "refigerator";
|
|
font-weight: light;
|
|
src: url("refrigerator-deluxe-light.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: "refigerator";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
src: url("refrigerator-deluxe.otf") format("opentype");
|
|
}
|