Compare commits
28 commits
Author | SHA1 | Date | |
---|---|---|---|
73d091d92c | |||
|
e7cf6bb487 | ||
50d42a8bef | |||
bc4e333498 | |||
cb2c89cd2d | |||
a43ad61bd0 | |||
6ff25a2202 | |||
fe7b19d097 | |||
dd43a732b5 | |||
e9dc82b729 | |||
b6bd9978c3 | |||
|
74aa09ce69 | ||
|
4f36400bcc | ||
|
0964fd1311 | ||
|
761b6f06cf | ||
9ca3c60df9 | |||
bbf1e8ce9e | |||
a38c0946fb | |||
5932363c2f | |||
ae971f6e04 | |||
|
9e0bb362ed | ||
ae589b318e | |||
237d9e07bb | |||
3d945da286 | |||
2699afe84b | |||
|
c056668c33 | ||
acc8e9cd49 | |||
3664c446b5 |
192 changed files with 1761 additions and 1309 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
/*.html
|
||||
*.odt
|
||||
*.odg
|
||||
zutun.txt
|
||||
|
|
1
robots.txt
Normal file
1
robots.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Sitemap: https://computerschaf.at/sitemap.txt
|
4
sitemap.txt
Normal file
4
sitemap.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
https://computerschaf.at/index.html
|
||||
https://computerschaf.at/bedingungen.html
|
||||
https://computerschaf.at/impressum.html
|
||||
https://computerschaf.at/datenschutz.html
|
|
@ -1,185 +0,0 @@
|
|||
/*
|
||||
* Lato by Łukasz Dziedzic - http://www.latofonts.com/lato-free-fonts/
|
||||
* License: OFL-1.1
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Hairline.woff2') format('woff2'),
|
||||
url('woff/Lato Hairline.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 100;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Hairline Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Hairline Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Thin.woff2') format('woff2'),
|
||||
url('woff/Lato Thin.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 200;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Thin Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Thin Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Light.woff2') format('woff2'),
|
||||
url('woff/Lato Light.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Light Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Light Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato.woff2') format('woff2'),
|
||||
url('woff/Lato.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Medium.woff2') format('woff2'),
|
||||
url('woff/Lato Medium.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Medium Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Medium Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Semibold.woff2') format('woff2'),
|
||||
url('woff/Lato Semibold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Semibold Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Semibold Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Bold.woff2') format('woff2'),
|
||||
url('woff/Lato Bold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Bold Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Bold Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Heavy.woff2') format('woff2'),
|
||||
url('woff/Lato Heavy.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Heavy Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Heavy Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Black.woff2') format('woff2'),
|
||||
url('woff/Lato Black.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
src: local('Lato'),
|
||||
url('woff2/Lato Black Italic.woff2') format('woff2'),
|
||||
url('woff/Lato Black Italic.woff') format('woff');
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
185
static/fonts/LatoLatin/LatoLatin.css
Normal file
185
static/fonts/LatoLatin/LatoLatin.css
Normal file
|
@ -0,0 +1,185 @@
|
|||
/*
|
||||
* LatoLatin by Łukasz Dziedzic - http://www.latofonts.com/lato-free-fonts/
|
||||
* License: OFL-1.1
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Hairline.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Hairline.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 100;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Hairline Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Hairline Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Thin.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Thin.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 200;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Thin Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Thin Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Light.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Light.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Light Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Light Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Regular.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Medium.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Medium.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Medium Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Medium Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Semibold.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Semibold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Semibold Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Semibold Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Bold.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Bold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Bold Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Bold Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Heavy.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Heavy.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Heavy Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Heavy Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Black.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Black.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLatin';
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
src: local('LatoLatin'),
|
||||
url('woff2/LatoLatin Black Italic.woff2') format('woff2'),
|
||||
url('woff/LatoLatin Black Italic.woff') format('woff');
|
||||
}
|
||||
|
BIN
static/fonts/LatoLatin/ttf/LatoLatin Black Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Black Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Black.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Black.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Bold Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Bold Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Bold.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Hairline Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Hairline Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Hairline.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Hairline.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Heavy Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Heavy Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Heavy.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Heavy.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Light Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Light Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Light.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Medium Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Medium Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Medium.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Medium.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Regular.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Semibold Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Semibold Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Semibold.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Semibold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Thin Italic.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Thin Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/ttf/LatoLatin Thin.ttf
Normal file
BIN
static/fonts/LatoLatin/ttf/LatoLatin Thin.ttf
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Black Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Black Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Black.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Black.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Bold Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Bold Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Bold.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Bold.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Hairline Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Hairline Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Hairline.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Hairline.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Heavy Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Heavy Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Heavy.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Heavy.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Light Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Light Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Light.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Light.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Medium Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Medium Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Medium.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Medium.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Regular.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Semibold Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Semibold Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Semibold.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Semibold.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Thin Italic.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Thin Italic.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff/LatoLatin Thin.woff
Normal file
BIN
static/fonts/LatoLatin/woff/LatoLatin Thin.woff
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff2/LatoLatin Black Italic.woff2
Normal file
BIN
static/fonts/LatoLatin/woff2/LatoLatin Black Italic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff2/LatoLatin Black.woff2
Normal file
BIN
static/fonts/LatoLatin/woff2/LatoLatin Black.woff2
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff2/LatoLatin Bold Italic.woff2
Normal file
BIN
static/fonts/LatoLatin/woff2/LatoLatin Bold Italic.woff2
Normal file
Binary file not shown.
BIN
static/fonts/LatoLatin/woff2/LatoLatin Bold.woff2
Normal file
BIN
static/fonts/LatoLatin/woff2/LatoLatin Bold.woff2
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue