1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 10:54:41 +00:00

Main page

This commit is contained in:
2022-04-01 14:05:25 +07:00
parent 520cda4db5
commit ae6536066b
24 changed files with 682 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

9
fonts/StapelS/style.css Normal file
View File

@@ -0,0 +1,9 @@
@font-face {
font-family: 'Stapel';
src: local('Stapel Semi Expanded Bold'), local('Stapel-Semi-Expanded-Bold'),
url('Stapel-SemiExpandedBold.woff2') format('woff2'),
url('Stapel-SemiExpandedBold.woff') format('woff'),
url('Stapel-SemiExpandedBold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}