1
0
mirror of https://git.burble.com/burble.dn42/dn42regsrv.git synced 2024-05-12 03:55:05 +00:00
Files
Simon Marsh c6a608061e Localise all external resources so that application can be used without requiring clearnet connectivity
Add gzip handler so that assets can be compressed if clients request it
Add cache-control headers so that content can be effectively cached locally
2020-10-24 14:47:18 +01:00

7 lines
209 B
CSS

@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(source-sans-pro.ttf) format('truetype');
}