Via google Webfont et @font-face
@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/v9/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 400;
src: local('Bitter-Regular'), url(http://themes.googleusercontent.com/static/fonts/bitter/v4/2PcBT6-VmYhQCus-O11S5-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
::-moz-selection { /* Pour firefox */
background: #20354A;
color:#E74C3C;
}
::selection { /* Pour les autres */
background: #20354A;
color:#E74C3C;
}
body {
margin: 0;
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 24px;
color:rgb(32, 53, 74);
text-align: justify;
-webkit-font-smoothing: antialiased;
background:url(../img/noise.jpg) #EFEFEF;
}
