Browse Source

update fonts SVG

Maxim Sokhatsky 11 years ago
parent
commit
7b8c4aa11e

+ 4 - 4
apps/face/priv/static/doc/Kakaranet-9-Refined.svg

@@ -659,13 +659,13 @@
                 <g id="Alina-Name" transform="translate(670.000000, 161.000000)">
                     <rect id="Alina-Pad" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="0" width="116" height="39" rx="8"></rect>
                     <text id="Alina" fill="#48AF5E" sketch:type="MSTextLayer" font-family="Exo 2" font-size="24" font-weight="normal">
-                        <tspan x="29.9241" y="26.7344" fill="#000000">Alina</tspan>
+                        <tspan x="29.9241" y="26.7344">Alina</tspan>
                     </text>
                 </g>
                 <g id="Gabrielo-Name" transform="translate(246.000000, 151.000000)">
                     <rect id="Gabrielo-Pad" fill="#FFFFFF" sketch:type="MSShapeGroup" x="0" y="0" width="145" height="39" rx="8"></rect>
                     <text id="Gabrielo" fill="#48AF5E" sketch:type="MSTextLayer" font-family="Exo 2" font-size="24" font-weight="normal">
-                        <tspan x="26.5916" y="27.7344" fill="#000000">Gabrielo</tspan>
+                        <tspan x="26.5916" y="27.7344">Gabrielo</tspan>
                     </text>
                 </g>
                 <g id="Mustafa-Name" transform="translate(444.000000, 80.000000)">
@@ -678,7 +678,7 @@
                     </g>
                     <rect id="Mustafa-Pad" fill="#517ECE" sketch:type="MSShapeGroup" x="42" y="0" width="145" height="38" rx="8"></rect>
                     <text id="Mustafa" fill="#FFFFFF" sketch:type="MSTextLayer" font-family="Exo 2" font-size="24" font-weight="normal">
-                        <tspan x="67.9998" y="25.7344" fill="#000000">Mustafa</tspan>
+                        <tspan x="67.9998" y="25.7344">Mustafa</tspan>
                     </text>
                 </g>
                 <g id="Me-Name" transform="translate(429.000000, 416.000000)">
@@ -691,7 +691,7 @@
                         </text>
                     </g>
                     <text id="Me" fill="#FFFFFF" sketch:type="MSTextLayer" font-family="Exo 2" font-size="24" font-weight="normal">
-                        <tspan x="69.9998" y="27.7344" fill="#000000">Me</tspan>
+                        <tspan x="69.9998" y="27.7344">Me</tspan>
                     </text>
                 </g>
                 <g id="Left-Menu" transform="translate(0.000000, 545.000000)" sketch:type="MSShapeGroup">

+ 1 - 1
apps/face/priv/static/doc/svg.htm

@@ -18,7 +18,7 @@
 
 <svg id="Refined" width="900px">Placeholder for SVG Game Scene</svg>
 
-<code>Refined and Distilled File to download: <a href="Kakaranet-7-Refined.svg">Kakaranet-7-Refined.svg</a></code>
+<code>Refined and Distilled File to download: <a href="Kakaranet-9-Refined.svg">Kakaranet-9-Refined.svg</a></code>
 
 <p><font color=red style="font-weight:bold;">Please make sure your Vector Editor correctly opens this file!</font></p>
 

+ 10 - 0
apps/face/priv/static/doc/synrc.css

@@ -32,3 +32,13 @@ code { background-color: lightblue; margin: 15px 0px 20px 20px;
        white-space: pre; }
 
 .numbox { padding-left:10px;padding-right:10px;padding-top:10px;padding-bottom:10px;background-color:black;color:white; }
+
+@font-face {
+    font-family: "Exo 2";
+        src: url("http://synrc.com/fonts/nokiapuretextlight-webfont.eot?v=3"); /* IE9 */
+        src: url("http://synrc.com/fonts/nokiapuretextlight-webfont.eot?v=3") format("eot"), /* IE6-IE8 */
+             url("http://synrc.com/fonts/nokiapuretextlight-webfont.woff?v=3") format("truetype"), /* Mordern browsers */
+             url("http://synrc.com/fonts/nokiapuretextlight-webfont.ttf?v=3") format("truetype"); /* Safari, Android, iOS */
+    font-weight: 200;
+    font-style: normal;
+}