mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
字体
This commit is contained in:
parent
7e05877c13
commit
96dc866592
@ -1088,7 +1088,8 @@ footer ul li > a {
|
||||
left: 10%;
|
||||
z-index: 100;
|
||||
color: #707E88;
|
||||
font-family: Consolas;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.entry-title {
|
||||
@ -1098,10 +1099,6 @@ footer ul li > a {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.entry-slogan {
|
||||
color: #9EADB2;
|
||||
}
|
||||
|
||||
a.entry-link {
|
||||
margin-top: 20px;
|
||||
border: 1px solid rgba(95, 108, 119, 0.3);
|
||||
|
@ -10,6 +10,7 @@
|
||||
<link rel="stylesheet" href="/static/normalize.css">
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_1431765342_9023364.css">
|
||||
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="/static/tomorrow.css">
|
||||
<script src="https://a.alipayobjects.com/jquery/jquery/1.11.1/jquery.js"></script>
|
||||
<script src="/static/script.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user