Jottyfan 2022-11-05 20:40:10 +01:00
parent 2be9dc2012
commit f8521095f7
13 changed files with 4339 additions and 2404 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'application' apply plugin: 'application'
group = 'de.jottyfan.camporganizer' group = 'de.jottyfan.camporganizer'
version = '0.1.2' version = '0.1.3'
sourceCompatibility = 17 sourceCompatibility = 17
mainClassName = "de.jottyfan.camporganizer.Main" mainClassName = "de.jottyfan.camporganizer.Main"

View File

@ -1,15 +1,14 @@
/* cabin-sketch-regular - latin */
@font-face { @font-face {
font-family: 'Cabin Sketch'; font-family: 'Cabin Sketch';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 700;
src: url('../fonts/cabin-sketch-v19-latin-regular.eot'); /* IE9 Compat Modes */ font-display: swap;
src: local(''), src: url('../fonts/Cabin-Sketch-700.eot'); /* IE9 */
url('../fonts/cabin-sketch-eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ src: url('../fonts/Cabin-Sketch-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/cabin-sketch-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Cabin-Sketch-700.woff2') format('woff2'), /* Modern Browsers */
url('../fonts/cabin-sketch-v19-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Cabin-Sketch-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/cabin-sketch-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Cabin-Sketch-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/cabin-sketch-v19-latin-regular.svg#CabinSketch') format('svg'); /* Legacy iOS */ url('../fonts/Cabin-Sketch-700.svg#CabinSketch') format('svg'); /* Legacy iOS */
} }
/* fira-sans-regular - latin */ /* fira-sans-regular - latin */

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1005 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 544 KiB

View File

@ -0,0 +1 @@
got files from https://www.axllent.org/code/google-font-downloader/