All checks were successful
continuous-integration/drone/push Build is passing
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
7 lines
209 B
CSS
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');
|
|
}
|