Files
big-screen/src/views/center/fonts/digital-7.css
2025-12-23 11:15:33 +08:00

12 lines
402 B
CSS

@charset "UTF-8";
@font-face {
font-family: "digital-7";
src: url("../fonts/digital-7.woff2") format("woff2"),
url("../fonts/digital-7.woff") format("woff"),
url("../fonts/digital-7.ttf") format("truetype"),
url("../fonts/digital-7.eot") format("embedded-opentype"),
url("../fonts/digital-7.svg") format("svg");
font-weight: normal;
font-style: normal;
}