-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
30 lines (26 loc) · 970 Bytes
/
index.css
File metadata and controls
30 lines (26 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body{
background-color:
}
.web-font{
font-family:"webfont" !important;
font-size:16px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.demo{
text-align: center;
font-size: 2rem;
/* font-weight: 100;
font-style: italic; */
font-family: aria;
color: #ffffff
}/* 1.纯英文单词;2.颜色代码;3.颜色 */
/* RGB(红绿蓝) */
@font-face {font-family: 'webfont';
src: url('//at.alicdn.com/t/webfont_sbu3q0rt19.eot'); /* IE9*/
src: url('//at.alicdn.com/t/webfont_sbu3q0rt19.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('//at.alicdn.com/t/webfont_sbu3q0rt19.woff') format('woff'), /* chrome、firefox */
url('//at.alicdn.com/t/webfont_sbu3q0rt19.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('//at.alicdn.com/t/webfont_sbu3q0rt19.svg#站酷小薇体') format('svg'); /* iOS 4.1- */
}