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