Mercurial > aurellem
diff css/google-roboto-slab.css @ 64:148e2bd2a16e
new website design, courtesy of Dylan!
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 08 Mar 2015 22:23:50 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/css/google-roboto-slab.css Sun Mar 08 22:23:50 2015 -0700 1.3 @@ -0,0 +1,12 @@ 1.4 +@font-face { 1.5 + font-family: 'Roboto Slab'; 1.6 + font-style: normal; 1.7 + font-weight: 400; 1.8 + src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(http://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype'); 1.9 +} 1.10 +@font-face { 1.11 + font-family: 'Roboto Slab'; 1.12 + font-style: normal; 1.13 + font-weight: 700; 1.14 + src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(http://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJZ_TkvowlIOtbR7ePgFOpF4.ttf) format('truetype'); 1.15 +}