heavy
Denis Knauf 2017-02-28 14:39:54 +01:00
commit aa65b153b1
142 changed files with 41066 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.eps
*.pdf
.sass-cache
*.html
fonts/*.css
fonts/*.map
style.css

BIN
DGM_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
DGM_logo_transparent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

5
Gemfile Normal file
View File

@ -0,0 +1,5 @@
source 'https://rubygems.org/'
gem 'haml'
gem 'sass'
gem 'kramdown'

19
Gemfile.lock Normal file
View File

@ -0,0 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
haml (4.0.7)
tilt
kramdown (1.13.1)
sass (3.4.23)
tilt (2.0.6)
PLATFORMS
ruby
DEPENDENCIES
haml
kramdown
sass
BUNDLED WITH
1.14.5

17
Makefile Normal file
View File

@ -0,0 +1,17 @@
STYLES = fonts/Roboto.css fonts/Asset.css fonts/ThroughStruggleDEMO.css fonts/RobotoSlab.css style.css fonts/Tinos.css
all: index.html $(STYLES)
index.html: index.html.haml
@echo HAML $< $@
@bundle exec haml $< $@.tmp && mv $@.tmp $@
%.css: %.scss
@echo SASS $< $@
@bundle exec sass --sourcemap=none $< $@.tmp && mv $@.tmp $@
clean:
rm $(STYLES) index.html
.PHONY: all clean

BIN
brushed-metal.is.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

83
brushed-metal.is.svg Normal file
View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="841mm"
height="1189mm"
id="svg4283"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="brushed-metal.is.svg">
<metadata
id="metadata4296">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="729"
id="namedview4294"
showgrid="false"
inkscape:zoom="0.70710678"
inkscape:cx="1930.4157"
inkscape:cy="1086.6157"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg4283" />
<defs
id="defs4285">
<filter
id="b"
color-interpolation-filters="sRGB">
<feTurbulence
baseFrequency="0.001 1"
type="fractalNoise"
id="feTurbulence4288"
seed="588"
numOctaves="10" />
<feColorMatrix
values="0"
type="saturate"
id="feColorMatrix4290" />
<!-- feGaussianBlur stdDeviation="50 1" result="weich"/ -->
<!-- feComposite in="weich" in2="weich" operator="arithmetic" k1="10"/ -->
<!--feTurbulence numOctaves="10" baseFrequency="0.003 1" in="SourceGraphic" result="turb1"/>
<feComposite in="turb0" in2="turb1" result="turb" operator="arithmetic" k1=".5" k2=".5" k3=".5" k4="0"/>
<feComposite in="turb" in2="SourceGraphic" result="mixed" operator="arithmetic" k1=".3" k2=".7" k3=".15" k4=".05"/>
<feBlend result="blended" in="mixed" in2="SourceGraphic"/>
<feComposite in="blended" in2="SourceGraphic" operator="in"/>
<feColorMatrix values="0" type="saturate"/-->
</filter>
</defs>
<rect
x="0"
y="0"
width="595984.25"
height="842598.44"
transform="matrix(0.0042665,0,0,0.00413504,218.57425,346.47501)"
id="rect4292"
style="fill:#cccccc;filter:url(#b);opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

1
brushed-metal.min.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="841mm" height="1189mm"><defs><filter id="a"><feTurbulence numOctaves="10" baseFrequency="0.0003 1" result="result0"/><feColorMatrix result="result4" values="0" type="saturate"/><feComposite in="SourceGraphic" in2="result4" operator="arithmetic" k1=".7" k2=".8" k3=".15" result="result2" k4=".1"/><feBlend result="result4" in="result2" in2="SourceGraphic"/><feComposite in="result5" in2="SourceGraphic" operator="in" result="result3"/></filter></defs><rect x="-50%" y="-50%" width="200%" height="200%" fill="#aaa" filter="url(#a)"/></svg>

After

Width:  |  Height:  |  Size: 584 B

107
brushed-metal.new.svg Normal file
View File

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="841mm"
height="1189mm"
viewBox="0 0 2979.9213 4212.9921"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="brushed-metal.new.svg">
<defs
id="defs4">
<filter
inkscape:label="Film Grain"
inkscape:menu="Image Effects"
inkscape:menu-tooltip="Adds a small scale graininess"
style="color-interpolation-filters:sRGB;"
id="filter4686">
<feTurbulence
type="fractalNoise"
numOctaves="3"
baseFrequency="0.002 1"
seed="0"
result="result0"
id="feTurbulence4688" />
<feColorMatrix
result="result4"
values="0"
type="saturate"
id="feColorMatrix4690" />
<feComposite
in="SourceGraphic"
in2="result4"
operator="arithmetic"
k1="0.40000000000000002"
k2="0.69999999999999996"
k3="0.14999999999999999"
result="result2"
id="feComposite4692"
k4="0.050000000000000003" />
<feBlend
result="result5"
mode="normal"
in="result2"
in2="SourceGraphic"
id="feBlend4694" />
<feComposite
in="result5"
in2="SourceGraphic"
operator="in"
result="result3"
id="feComposite4696" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="2333.2819"
inkscape:cy="3676.5727"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
objecttolerance="20"
inkscape:window-width="1366"
inkscape:window-height="729"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,3160.6299)">
<rect
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#baff98;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4686)"
id="rect4136"
width="3054.7012"
height="4283.0469"
x="-16.162441"
y="-3182.1973" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="841mm" height="1189mm"><defs><filter id="a"><feTurbulence numOctaves="10" baseFrequency="0.0003 1" result="result0"/><feColorMatrix result="result4" values="1" type="saturate"/><feComposite in="SourceGraphic" in2="result4" operator="arithmetic" k1=".3" k2=".7" k3=".15" result="result2" k4=".05"/><feBlend result="result4" in="result2" in2="SourceGraphic"/><feComposite in="result5" in2="SourceGraphic" operator="in" result="result3"/><feColorMatrix type="saturate" values="0" in="result3" result="DestGraphic"/></filter></defs><rect x="-50%" y="-50%" width="200%" height="200%" fill="#ccc" filter="url(#a)"/></svg>

After

Width:  |  Height:  |  Size: 662 B

13
brushed-metal.old.svg Normal file
View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" width="841mm" height="1189mm">
<defs>
<filter id="b" color-interpolation-filters="linearRGB">
<feTurbulence numOctaves="10" baseFrequency="0.0003 1" result="result0"/>
<feColorMatrix result="result4" values="1" type="saturate"/>
<feComposite in="SourceGraphic" in2="result4" operator="arithmetic" k1=".3" k2=".7" k3=".15" result="result2" k4=".05"/>
<feBlend result="result4" in="result2" in2="SourceGraphic"/>
<feComposite in="result5" in2="SourceGraphic" operator="in" result="result3"/>
<feColorMatrix type="saturate" values="0" in="result3" result="DestGraphic"/>
</filter>
</defs>
<rect x="-50%" y="-50%" width="200%" height="200%" fill="#ccc" filter="url(#b)"/>
</svg>

After

Width:  |  Height:  |  Size: 809 B

20
brushed-metal.svg Normal file
View File

@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="841mm" height="1189mm">
<defs>
<filter id="b" color-interpolation-filters="sRGB">
<feTurbulence baseFrequency="1" type="fractalNoise"/>
<feColorMatrix values="0" type="saturate"/>
<!-- feGaussianBlur stdDeviation="50 1" result="weich"/ -->
<!-- feComposite in="weich" in2="weich" operator="arithmetic" k1="10"/ -->
<!--feTurbulence numOctaves="10" baseFrequency="0.003 1" in="SourceGraphic" result="turb1"/>
<feComposite in="turb0" in2="turb1" result="turb" operator="arithmetic" k1=".5" k2=".5" k3=".5" k4="0"/>
<feComposite in="turb" in2="SourceGraphic" result="mixed" operator="arithmetic" k1=".3" k2=".7" k3=".15" k4=".05"/>
<feBlend result="blended" in="mixed" in2="SourceGraphic"/>
<feComposite in="blended" in2="SourceGraphic" operator="in"/>
<feColorMatrix values="0" type="saturate"/-->
</filter>
</defs>
<rect x="0%" y="0%" width="20000%" height="20000%" fill="#ccc" filter="url(#b)" /> <!-- transform="scale(0.005 0.005)"/ -->
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 458.75 275" height="275" width="458.75"><defs><clipPath id="a"><path d="M0 7v2193h3670V7H0z"/></clipPath><clipPath id="b"><path d="M477.5 367.5h2846.67v1668.33H477.5V367.5z"/></clipPath><clipPath id="c"><path d="M890.832 593.332h122.5v122.5h-122.5v-122.5z"/></clipPath><clipPath id="d"><path d="M0 7h3670v2193H0V7z"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(.13 0 0 -.13 0 275)"><path d="M477.5 368.332h2845.83M477.5 2036.67h2845.83M477.5 368.332V2036.67M3323.33 368.332V2036.67M477.5 368.332h2845.83m-2845.83 0V2036.67m0-1360.002h28.332m2817.498 0h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 393.332 640)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0">3</tspan></text><path d="M477.5 1020h28.332m2817.498 0h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 310 983.332)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0 5.5599999 8.3400002">3.5</tspan></text><path d="M477.5 1363.33h28.332m2817.498 0h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 393.332 1326.67)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0">4</tspan></text><path d="M477.5 1705.83h28.332m2817.498 0h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 310 1669.17)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0 5.5599999 8.3400002">4.5</tspan></text><path d="M477.5 368.332h2845.83M477.5 2036.67h2845.83M477.5 368.332V2036.67M3323.33 368.332V2036.67" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/></g><g clip-path="url(#b)" fill="none" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10" transform="matrix(.13 0 0 -.13 0 275)"><path d="M951.668 1617.5v343.33M1900 1407.5v276.67m948.33-332.5v199.16M951.668 1164.17V1255M1900 500v453.332m948.33-509.164v260" stroke="#000" stroke-dasharray="60"/><path d="M845 1960.83h213.33m735-276.66h213.34m735-133.34H2955M845 1164.17h213.33m735-664.17h213.34m735-55.832H2955" stroke="#000"/><path d="M738.332 1255v362.5H1165V1255H738.332m948.338-301.668V1407.5h426.66V953.332h-426.66M2635 704.168v647.502h426.67V704.168H2635" stroke="#00f"/><path d="M738.332 1385H1165m521.67-260h426.66M2635 975.832h426.67" stroke="red"/></g><g clip-path="url(#c)" fill="none" stroke="red" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10" transform="matrix(.13 0 0 -.13 0 275)"><path d="M921.668 655h60m-30 30v-60"/></g><g clip-path="url(#d)" transform="matrix(.13 0 0 -.13 0 275)"><g font-weight="400" font-size="10" font-family="Helvetica"><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 790.832 270)"><tspan y="0" x="0 5.5599999 11.12 16.68 22.24 25.02 27.24 95.75 101.31 106.87 112.43 115.21 118.54 124.1 191.66679 197.22681 202.7868 207.7868 210.00681 212.7868 215.00681">negativneutralpositiv</tspan><tspan y="10.583" x="29">Präferenz gegenüber harter Musik</tspan></text><text style="-inkscape-font-specification:Helvetica" transform="matrix(0 10 10 0 241.668 567.5)"><tspan y="0" x="0 7.2199998 12.78 16.110001 21.110001 26.67 31.67 36.669998 42.23 47.790001 50.009998 52.790001 55.57 57.790001 60.009998 65.010002 70.57 76.129997 78.910004 85.580002 91.139999 98.360001 103.92 107.25 110.03 115.59 121.15">Durchschnittliche Bewertung</tspan></text></g></g></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 458.75 275" height="275" width="458.75"><defs><clipPath id="a"><path d="M0 7v2193h3670V7H0z"/></clipPath><clipPath id="b"><path d="M477.5 367.5h2846.67v1668.33H477.5V367.5z"/></clipPath><clipPath id="c"><path d="M890.832 593.332h122.5v122.5h-122.5v-122.5z"/></clipPath><clipPath id="d"><path d="M0 7h3670v2193H0V7z"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(.13 0 0 -.13 0 275)"><path d="M477.5 368.332h2845.83M477.5 2036.67h2845.83M477.5 368.332V2036.67M3323.33 368.332V2036.67M477.5 368.332h2845.83M477.5 368.332V2036.67M477.5 676.668h28.332M3323.33 676.668h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 393.332 640)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0">3</tspan></text><path d="M477.5 1020h28.332M3323.33 1020h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 310 983.332)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0 5.5599999 8.3400002">3.5</tspan></text><path d="M477.5 1363.33h28.332M3323.33 1363.33h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 393.332 1326.67)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0">4</tspan></text><path d="M477.5 1705.83h28.332M3323.33 1705.83h-29.16" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 310 1669.17)" font-weight="400" font-size="10" font-family="Helvetica"><tspan y="0" x="0 5.5599999 8.3400002">4.5</tspan></text><path d="M477.5 368.332h2845.83M477.5 2036.67h2845.83M477.5 368.332V2036.67M3323.33 368.332V2036.67" fill="none" stroke="#000" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10"/></g><g clip-path="url(#b)" fill="none" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10" transform="matrix(.13 0 0 -.13 0 275)"><path d="M951.668 1617.5v343.33M1900 1407.5v276.67M2848.33 1351.67v199.16M951.668 1164.17V1255M1900 500v453.332M2848.33 444.168v260" stroke="#000" stroke-dasharray="60"/><path d="M845 1960.83h213.33M1793.33 1684.17h213.34M2741.67 1550.83H2955M845 1164.17h213.33M1793.33 500h213.34M2741.67 444.168H2955" stroke="#000"/><path d="M738.332 1255v362.5H1165V1255H738.332M1686.67 953.332V1407.5h426.66V953.332h-426.66M2635 704.168v647.502h426.67V704.168H2635" stroke="#00f"/><path d="M738.332 1385H1165M1686.67 1125h426.66M2635 975.832h426.67" stroke="red"/></g><g clip-path="url(#c)" fill="none" stroke="red" stroke-width="5" stroke-linejoin="round" stroke-miterlimit="10" transform="matrix(.13 0 0 -.13 0 275)"><path d="M921.668 655h60M951.668 685v-60"/></g><g clip-path="url(#d)" transform="matrix(.13 0 0 -.13 0 275)"><g font-weight="400" font-size="10" font-family="Helvetica"><text style="-inkscape-font-specification:Helvetica" transform="matrix(10 0 0 -10 790.832 270)"><tspan y="0" x="0 5.5599999 11.12 16.68 22.24 25.02 27.24 95.75 101.31 106.87 112.43 115.21 118.54 124.1 191.66679 197.22681 202.7868 207.7868 210.00681 212.7868 215.00681">negativneutralpositiv</tspan><tspan y="10.583" x="29">Präferenz gegenüber harter Musik</tspan></text><text style="-inkscape-font-specification:Helvetica" transform="matrix(0 10 10 0 241.668 567.5)"><tspan y="0" x="0 7.2199998 12.78 16.110001 21.110001 26.67 31.67 36.669998 42.23 47.790001 50.009998 52.790001 55.57 57.790001 60.009998 65.010002 70.57 76.129997 78.910004 85.580002 91.139999 98.360001 103.92 107.25 110.03 115.59 121.15">Durchschnittliche Bewertung</tspan></text></g></g></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,218 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 458.75 275"
height="275"
width="458.75"
xml:space="preserve"
version="1.1"
id="svg2"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs6"><clipPath
id="clipPath18"
clipPathUnits="userSpaceOnUse"><path
id="path20"
d="m 0,7 0,2193 3670,0 L 3670,7 0,7 Z" /></clipPath><clipPath
id="clipPath92"
clipPathUnits="userSpaceOnUse"><path
id="path94"
d="m 477.5,367.5 2846.67,0 0,1668.33 -2846.67,0 0,-1668.33 z" /></clipPath><clipPath
id="clipPath136"
clipPathUnits="userSpaceOnUse"><path
id="path138"
d="m 890.832,593.332 122.5,0 0,122.5 -122.5,0 0,-122.5 z" /></clipPath><clipPath
id="clipPath148"
clipPathUnits="userSpaceOnUse"><path
id="path150"
d="m 0,7 3670,0 0,2193 L 0,2200 0,7 Z" /></clipPath></defs><g
transform="matrix(1.25,0,0,-1.25,0,275)"
id="g10"><g
transform="scale(0.1,0.1)"
id="g12"><g
id="g14"><g
clip-path="url(#clipPath18)"
id="g16"><path
id="path28"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,368.332 2845.83,0" /><path
id="path30"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,2036.67 2845.83,0" /><path
id="path32"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,368.332 0,1668.338" /><path
id="path34"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 3323.33,368.332 0,1668.338" /><path
id="path36"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,368.332 2845.83,0" /><path
id="path38"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,368.332 0,1668.338" /><path
id="path40"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,676.668 28.332,0" /><path
id="path42"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 3323.33,676.668 -29.16,0" /><g
transform="scale(10,10)"
id="g44"><text
id="text46"
style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1,0,0,-1,39.3332,64)"><tspan
id="tspan48"
y="0"
x="0">3</tspan></text>
</g><path
id="path50"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,1020 28.332,0" /><path
id="path52"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 3323.33,1020 -29.16,0" /><g
transform="scale(10,10)"
id="g54"><text
id="text56"
style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1,0,0,-1,31,98.3332)"><tspan
id="tspan58"
y="0"
x="0 5.5599999 8.3400002">3.5</tspan></text>
</g><path
id="path60"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,1363.33 28.332,0" /><path
id="path62"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 3323.33,1363.33 -29.16,0" /><g
transform="scale(10,10)"
id="g64"><text
id="text66"
style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1,0,0,-1,39.3332,132.667)"><tspan
id="tspan68"
y="0"
x="0">4</tspan></text>
</g><path
id="path70"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,1705.83 28.332,0" /><path
id="path72"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 3323.33,1705.83 -29.16,0" /><g
transform="scale(10,10)"
id="g74"><text
id="text76"
style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1,0,0,-1,31,166.917)"><tspan
id="tspan78"
y="0"
x="0 5.5599999 8.3400002">4.5</tspan></text>
</g><path
id="path80"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,368.332 2845.83,0" /><path
id="path82"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,2036.67 2845.83,0" /><path
id="path84"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 477.5,368.332 0,1668.338" /><path
id="path86"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 3323.33,368.332 0,1668.338" /></g></g><g
id="g88"><g
clip-path="url(#clipPath92)"
id="g90"><path
id="path96"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:60;stroke-dashoffset:0;stroke-opacity:1"
d="m 951.668,1617.5 0,343.33" /><path
id="path98"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:60;stroke-dashoffset:0;stroke-opacity:1"
d="m 1900,1407.5 0,276.67" /><path
id="path100"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:60;stroke-dashoffset:0;stroke-opacity:1"
d="m 2848.33,1351.67 0,199.16" /><path
id="path102"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:60;stroke-dashoffset:0;stroke-opacity:1"
d="m 951.668,1164.17 0,90.83" /><path
id="path104"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:60;stroke-dashoffset:0;stroke-opacity:1"
d="m 1900,500 0,453.332" /><path
id="path106"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:60;stroke-dashoffset:0;stroke-opacity:1"
d="m 2848.33,444.168 0,260" /><path
id="path108"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 845,1960.83 213.33,0" /><path
id="path110"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 1793.33,1684.17 213.34,0" /><path
id="path112"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 2741.67,1550.83 213.33,0" /><path
id="path114"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 845,1164.17 213.33,0" /><path
id="path116"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 1793.33,500 213.34,0" /><path
id="path118"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 2741.67,444.168 213.33,0" /><path
id="path120"
style="fill:none;stroke:#0000ff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 738.332,1255 0,362.5 426.668,0 0,-362.5 -426.668,0" /><path
id="path122"
style="fill:none;stroke:#0000ff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 1686.67,953.332 0,454.168 426.66,0 0,-454.168 -426.66,0" /><path
id="path124"
style="fill:none;stroke:#0000ff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 2635,704.168 0,647.502 426.67,0 0,-647.502 -426.67,0" /><path
id="path126"
style="fill:none;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="M 738.332,1385 1165,1385" /><path
id="path128"
style="fill:none;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 1686.67,1125 426.66,0" /><path
id="path130"
style="fill:none;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 2635,975.832 426.67,0" /></g></g><g
id="g132"><g
clip-path="url(#clipPath136)"
id="g134"><path
id="path140"
style="fill:none;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 921.668,655 60,0" /><path
id="path142"
style="fill:none;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
d="m 951.668,685 0,-60" /></g></g><g
id="g144"><g
clip-path="url(#clipPath148)"
id="g146"><g
transform="scale(10,10)"
id="g152"><text
id="text154"
style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1,0,0,-1,79.0832,27)"><tspan
id="tspan156"
y="0"
x="0 5.5599999 11.12 16.68 22.24 25.02 27.24 95.75 101.31 106.87 112.43 115.21 118.54 124.1 191.66679 197.22681 202.7868 207.7868 210.00681 212.7868 215.00681">negativneutralpositiv</tspan><tspan
id="tspan158"
y="10.5832"
x="29">Präferenz gegenüber harter Musik</tspan></text>
<text
id="text160"
style="font-variant:normal;font-weight:normal;font-size:10px;font-family:Helvetica;-inkscape-font-specification:Helvetica;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0,1,1,0,24.1668,56.75)"><tspan
id="tspan162"
y="0"
x="0 7.2199998 12.78 16.110001 21.110001 26.67 31.67 36.669998 42.23 47.790001 50.009998 52.790001 55.57 57.790001 60.009998 65.010002 70.57 76.129997 78.910004 85.580002 91.139999 98.360001 103.92 107.25 110.03 115.59 121.15">Durchschnittliche Bewertung</tspan></text>
</g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 14 KiB

23
fonts/Asset.scss Normal file
View File

@ -0,0 +1,23 @@
@mixin font-face($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
font-weight: $weight;
font-style: $style;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@mixin font-face-normal($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@include font-face-normal("Asset", "Asset Regular", "Asset-Regular", "Asset/Asset");

BIN
fonts/Asset/Asset.ttf Normal file

Binary file not shown.

BIN
fonts/Asset/Asset.woff Normal file

Binary file not shown.

93
fonts/Asset/OFL.txt Normal file
View File

@ -0,0 +1,93 @@
Copyright (c) 2011 by Sorkin Type Co (www.sorkintype.com),
with Reserved Font Name "Asset".
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

23
fonts/BlackDahlia.scss Normal file
View File

@ -0,0 +1,23 @@
@mixin font-face($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
font-weight: $weight;
font-style: $style;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@mixin font-face-normal($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@include font-face-normal("Black Dahlia", "Black Dahlia Kerned", "BlackDahlia-Kerned", "BlackDahlia/BlackDahlia-kerned");

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
Font usage: Personal use only, no commercial use allowed
Distributed by: Font Monger
You may not edit this font
You may not rename this font
You may not repackage, distribute, or sale this font
You may not use this font in multimedia, tv, applications, video games, or film.
For a commercial use license visit:
http://www.fontmonger.com

26
fonts/Roboto.scss Normal file
View File

@ -0,0 +1,26 @@
@mixin font-face($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
font-weight: $weight;
font-style: $style;
src: url("#{$path}.eot");
src: local($local1), local($local2), url("#{$path}.eot?#iefix") format("embedded-opentype"), url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype"), url("#{$path}.svg") format("svg");
}
}
@mixin font-face-normal($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
src: url("#{$path}.eot");
src: local($local1), local($local2), url("#{$path}.eot?#iefix") format("embedded-opentype"), url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype"), url("#{$path}.svg") format("svg");
}
}
@include font-face-normal("Roboto", "Roboto", "Roboto-Regular", "Roboto/Roboto-Regular");
@include font-face("Roboto", "Roboto Bold", "Roboto-Bold", "Roboto/Roboto-Bold", 700);
@include font-face("Roboto", "Roboto Italic", "Roboto-Italic", "Roboto/Roboto-Italic", 400, italic);
@include font-face("Roboto", "Roboto Bold Italic", "Roboto-BoldItalic", "Roboto/Roboto-BoldItalic", 700, italic);

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

1811
fonts/Roboto/Roboto-Bold.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

1811
fonts/Roboto/Roboto-Thin.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

Binary file not shown.

24
fonts/RobotoSlab.scss Normal file
View File

@ -0,0 +1,24 @@
@mixin font-face($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
font-weight: $weight;
font-style: $style;
src: url("#{$path}.eot");
src: local($local1), local($local2), url("#{$path}.eot?#iefix") format("embedded-opentype"), url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype"), url("#{$path}.svg") format("svg");
}
}
@mixin font-face-normal($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
src: url("#{$path}.eot");
src: local($local1), local($local2), url("#{$path}.eot?#iefix") format("embedded-opentype"), url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype"), url("#{$path}.svg") format("svg");
}
}
@include font-face-normal("Roboto Slab", "Roboto Slab Regular", "RobotoSlab-Regular", "Roboto_Slab/RobotoSlab-Regular");
@include font-face("Roboto Slab", "Roboto Slab Bold", "RobotoSlab-Bold", "Roboto_Slab/RobotoSlab-Bold", 700);

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

Binary file not shown.

23
fonts/TheDefiler.scss Normal file
View File

@ -0,0 +1,23 @@
@mixin font-face($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
font-weight: $weight;
font-style: $style;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@mixin font-face-normal($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@include font-face-normal("The Defiler", "The Defiler Regular", "TheDefiler-Regular", "TheDefiler/TheDefiler");

View File

@ -0,0 +1,12 @@
Font usage: Personal use only, no commercial use allowed
Distributed by: Font Monger
You may not edit this font
You may not rename this font
You may not repackage, distribute, or sale this font
You may not use this font in multimedia, tv, applications, video games, or film.
For a commercial use license visit:
http://www.fontmonger.com

Binary file not shown.

Binary file not shown.

23
fonts/TheGrimRaiders.scss Normal file
View File

@ -0,0 +1,23 @@
@mixin font-face($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
font-weight: $weight;
font-style: $style;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@mixin font-face-normal($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@include font-face-normal("The Grim Raiders", "The Grim Raiders Regular", "TheGrimRaiders-Regular", "TheGrimRaiders/TheGrimRaiders-Regular");

View File

@ -0,0 +1,19 @@
Font usage: Freeware (Free for personal use only) Non commercial
For a commercial license visit http://www.chrisvile.com or http://www.fontmonger.com
contact: gwizsk@gmail.com
*** social media ***
http://www.facebook.com/fontmonger
http://www.facebook.com/designsbychris
http://www.twitter.com/fontmonger
http://www.twitter.com/chris_vile
*** My font sites ***
http://www.chrisvile.com
http://www.fontmonger.com
http://www.type512.com
http://www.fontillery.com

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,23 @@
@mixin font-face($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
font-weight: $weight;
font-style: $style;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@mixin font-face-normal($family, $local1, $local2, $rpath, $weight: normal, $style: normal) {
$path: "#{$rpath}";
@font-face {
font-family: $family;
/*src: url("#{$path}.eot");*/
src: local($local1), local($local2), /*url("#{$path}.eot?#iefix") format("embedded-opentype"),*/ url("#{$path}.woff") format("woff"), url("#{$path}.ttf") format("truetype") /*, url("#{$path}.svg") format("svg")*/;
}
}
@include font-face-normal("Through Struggle", "Through Struggle Regular", "Through Struggle", "ThroughStruggleDEMO/ThroughStruggleDEMO");

Some files were not shown because too many files have changed in this diff Show More