Utilisateur:Jc/common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(Page créée avec « →* Use google fonts : @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto Regular'), local('Roboto-Regular'), url(ht... ») |
|||
| Ligne 32 : | Ligne 32 : | ||
html, body { | html, body { | ||
| − | color: # | + | color: #DE4575; |
| − | font-family: 'Roboto', sans-serif | + | font-family: 'Roboto', sans-serif; |
| − | font-size: 10px | + | font-size: 10px; |
| − | line-height: 14px | + | line-height: 14px; |
} | } | ||
Version actuelle datée du 2 juillet 2013 à 20:34
/*
* Use google fonts
*/
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: local('Roboto Black'), local('Roboto-Black'), url(http://themes.googleusercontent.com/static/fonts/roboto/v8/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/* Use with :
font-family: 'Roboto', sans-serif;
*/
html, body {
color: #DE4575;
font-family: 'Roboto', sans-serif;
font-size: 10px;
line-height: 14px;
}