资源改为本地引用
This commit is contained in:
21
libs/css/inter-font.css
Normal file
21
libs/css/inter-font.css
Normal file
@@ -0,0 +1,21 @@
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(../fonts/inter-400.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(../fonts/inter-700.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
src: url(../fonts/inter-900.ttf) format('truetype');
|
||||
}
|
||||
65
libs/css/tailwind.css
Normal file
65
libs/css/tailwind.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user