This commit is contained in:
parent
2be9dc2012
commit
f8521095f7
@ -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"
|
||||||
|
|
||||||
|
@ -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 */
|
||||||
|
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.eot
Normal file
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.eot
Normal file
Binary file not shown.
4329
src/main/resources/static/fonts/Cabin-Sketch-700.svg
Normal file
4329
src/main/resources/static/fonts/Cabin-Sketch-700.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 1005 KiB |
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.ttf
Normal file
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.ttf
Normal file
Binary file not shown.
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.woff
Normal file
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.woff
Normal file
Binary file not shown.
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.woff2
Normal file
BIN
src/main/resources/static/fonts/Cabin-Sketch-700.woff2
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 544 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
src/main/resources/static/fonts/readme.txt
Normal file
1
src/main/resources/static/fonts/readme.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
got files from https://www.axllent.org/code/google-font-downloader/
|
Loading…
x
Reference in New Issue
Block a user