inlinecss.gohtml 315 B

12345678910
  1. {{define "inlinecss"}}
  2. <style>
  3. @font-face {
  4. font-family: 'Lato';
  5. font-style: normal;
  6. font-weight: 300;
  7. src: local('Lato Light'), local('Lato-Light'), url(http://plusvite-cdn.osinet.eu/fonts/lato300.woff?v=1) format('woff');
  8. }
  9. </style>
  10. {{end}}