引入 doodle.css

引入 doodle.css

方案一:

npm install doodle.css
@import url('https://fonts.googleapis.com/css2?family=Short+Stack&display=swap');
body {
    font-family: 'Short Stack', cursive;
}
import 'doodle.css/doodle.css'
import './style/index.css'
<body class="doodle">...</body>

方案二:

@import url('https://resource.sunbohao.com/cornerCss/index-273b31bd39.css');
import './style/index.css'
<body class="corner">...</body>

相关链接:https://github.com/myNameIsDu/cornercss

posted @ 2022-11-01 09:06  朱在春  阅读(58)  评论(0)    收藏  举报