提交代码
This commit is contained in:
12
src/views/center/fonts/digital-7.css
Normal file
12
src/views/center/fonts/digital-7.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user