Added font-face linked to local font

This commit is contained in:
Jean-Christophe Saad-Dupuy 2013-10-08 13:00:43 +02:00
parent 272600ff80
commit 2f3425dff6

View file

@ -1,3 +1,12 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto.woff) format('woff');
}
body {
margin: 10px;
font-family: 'Roboto',Verdana,Geneva,sans-serif;