File size: 647 Bytes
0c20ea8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
@font-face {
font-family: "airbnb_extra_bold";
src: url("./AirbnbCereal_W_Blk.otf") format("opentype");
}
@font-face {
font-family: "airbnb_bold";
src: url("./AirbnbCereal_W_XBd.otf") format("opentype");
}
@font-face {
font-family: "airbnb_semi_bold";
src: url("./AirbnbCereal_W_Bd.otf") format("opentype");
}
@font-face {
font-family: "airbnb_regular";
src: url("./AirbnbCereal_W_Md.otf") format("opentype");
}
@font-face {
font-family: "airbnb_light";
src: url("./AirbnbCereal_W_Bk.otf") format("opentype");
}
@font-face {
font-family: "airbnb_extra_light";
src: url("./AirbnbCereal_W_Lt.otf") format("opentype");
}
|