git.lucas.co / website
source for lucas.co

archive/fonts/seshat/stylesheet.css (432B)

 1 @font-face {
 2     font-family: 'seshatregular';
 3     src: url('Seshat-webfont.eot');
 4     src: url('Seshat-webfont.eot?#iefix') format('embedded-opentype'),
 5          url('Seshat-webfont.woff2') format('woff2'),
 6          url('Seshat-webfont.woff') format('woff'),
 7          url('Seshat-webfont.ttf') format('truetype'),
 8          url('Seshat-webfont.svg#seshatregular') format('svg');
 9     font-weight: normal;
10     font-style: normal;
11 
12 }
13