Files
bestpc/old/assets/css/font.css

42 lines
803 B
CSS
Raw Normal View History

2025-04-29 11:36:07 +07:00
@font-face {
font-family: "Shopee";
font-display: swap;
src: url(../font//FVHShopeeText-Bold.otf);
}
@font-face {
font-family: "Shopee Bold";
font-display: swap;
src: url(../font/ShopeeDisplay-Bold.ttf);
}
@font-face {
font-family: "Shopee Regular";
font-display: swap;
src: url(../font/ShopeeDisplay-Regular.ttf);
}
@font-face {
font-family: "Shopee Medium";
font-display: swap;
src: url(../font/ShopeeDisplay-Medium.ttf);
}
@font-face {
font-family: "Shopee Light";
font-display: swap;
src: url(../font/ShopeeDisplay-Light.ttf);
}
@font-face {
font-family: "Shopee ExtraBold";
font-display: swap;
src: url(../font/ShopeeDisplay-ExtraBold.ttf);
}
@font-face {
font-family: "Shopee Black";
font-display: swap;
src: url(../font/ShopeeDisplay-Black.ttf);
}