mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-16 18:29:57 +08:00
Merge pull request #10410 from jesselpalmer/adds-roboto-font
docs(app): adds roboto font
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 85%;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 225%;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 185%;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
md-sidenav.md-locked-open[flex="20"] {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
@@ -32,7 +32,8 @@ module.exports = function debugDeployment(getComponentPath) {
|
||||
'css/prettify-theme.css',
|
||||
'css/docs.css',
|
||||
'css/animations.css',
|
||||
'font-awesome/css/font-awesome.css'
|
||||
'font-awesome/css/font-awesome.css',
|
||||
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
|
||||
]
|
||||
};
|
||||
};
|
||||
|
||||
@@ -32,7 +32,8 @@ module.exports = function defaultDeployment(getComponentPath) {
|
||||
'css/prettify-theme.css',
|
||||
'css/docs.css',
|
||||
'css/animations.css',
|
||||
'font-awesome/css/font-awesome.css'
|
||||
'font-awesome/css/font-awesome.css',
|
||||
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
|
||||
]
|
||||
};
|
||||
};
|
||||
|
||||
3
docs/config/services/deployments/jquery.js
vendored
3
docs/config/services/deployments/jquery.js
vendored
@@ -36,7 +36,8 @@ module.exports = function jqueryDeployment(getComponentPath) {
|
||||
'css/prettify-theme.css',
|
||||
'css/docs.css',
|
||||
'css/animations.css',
|
||||
'font-awesome/css/font-awesome.css'
|
||||
'font-awesome/css/font-awesome.css',
|
||||
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
|
||||
]
|
||||
};
|
||||
};
|
||||
|
||||
@@ -32,7 +32,8 @@ module.exports = function productionDeployment(getVersion) {
|
||||
stylesheets: [
|
||||
'css/prettify-theme.css',
|
||||
'css/docs.css',
|
||||
'css/animations.css'
|
||||
'css/animations.css',
|
||||
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
|
||||
]
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user