ihba updates

This commit is contained in:
sadposter 2020-05-08 14:38:46 +01:00
parent 7a0e554daf
commit 10153e692e
22 changed files with 1179 additions and 2 deletions

13
static/font/css/lato.css Normal file
View file

@ -0,0 +1,13 @@
/* lato-regular - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../font/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Lato Regular'), local('Lato-Regular'),
url('../font/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../font/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../font/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../font/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../font/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}