Initial commit

This commit is contained in:
Djuri 2023-05-07 17:04:54 +02:00
commit 13a96beb9b
36 changed files with 24345 additions and 0 deletions

8
data/font/oswald.css Normal file
View file

@ -0,0 +1,8 @@
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url('oswald.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
url('oswald.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

BIN
data/font/oswald.woff Normal file

Binary file not shown.

BIN
data/font/oswald.woff2 Normal file

Binary file not shown.