add font info
This commit is contained in:
parent
91ec4bc006
commit
3b8583129b
|
@ -1,3 +1,7 @@
|
|||
# new-secluded
|
||||
|
||||
Source code for the new secluded.site
|
||||
Source code for the new secluded.site
|
||||
|
||||
---
|
||||
|
||||
As per [their license](https://mbtype.com/license), the two fonts I use ([Valkyrie](https://mbtype.com/fonts/valkyrie/) & [Triplicate](https://mbtype.com/fonts/triplicate/)) are not included in this source repository. If you would like to use them, please purchase a license from Matthew Butterick at [MBType](https://mbtype.com).
|
||||
|
|
|
@ -0,0 +1,101 @@
|
|||
<?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:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="50"
|
||||
viewBox="0 0 13.229166 13.229167"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="/tmp/icon.png"
|
||||
inkscape:export-xdpi="5760"
|
||||
inkscape:export-ydpi="5760"
|
||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07, custom)"
|
||||
sodipodi:docname="favicon.svg">
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient839">
|
||||
<stop
|
||||
style="stop-color:#2f2f2f;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop835" />
|
||||
<stop
|
||||
style="stop-color:#666666;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop837" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient839"
|
||||
id="radialGradient890"
|
||||
cx="6.614583"
|
||||
cy="6.614583"
|
||||
fx="6.614583"
|
||||
fy="6.614583"
|
||||
r="6.614583"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(2.5948412,0,0,2.6114077,-10.54921,-10.65879)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.9195959"
|
||||
inkscape:cx="2.3812507"
|
||||
inkscape:cy="26.85797"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1394"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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">
|
||||
<circle
|
||||
style="fill:url(#radialGradient890);stroke-width:0.62199999;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke markers fill;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="path833"
|
||||
cx="6.614583"
|
||||
cy="6.614583"
|
||||
r="6.614583" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:12.7434px;line-height:1.25;font-family:JoyPixels;-inkscape-font-specification:JoyPixels;letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke-width:0.318583"
|
||||
x="2.7851918"
|
||||
y="10.72433"
|
||||
id="text870"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan868"
|
||||
x="2.7851918"
|
||||
y="10.72433"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Triplicate T4c';-inkscape-font-specification:'Triplicate T4c';fill:#ffffff;stroke-width:0.318583">S</tspan></text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue