Skip to content

Commit 5a3fed6

Browse files
authored
Merge pull request #44 from iFixit/fix--correct-logos
Fix: Use Correct Font for Logo
2 parents 9381acf + 82d11c8 commit 5a3fed6

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

public/images/logo-fixitclinic.jpg

100755100644
1.51 KB
Loading

resources/views/includes/logo-fixitclinic.blade.php

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,9 @@ class="icrl-1"
112112
</g>
113113
</g>
114114
</g>
115-
<text
116-
xml:space="preserve"
117-
style="font-weight:300;font-size:46.6667px;font-family:'Gotham Rounded';-inkscape-font-specification:'Gotham Rounded Light';text-align:start;letter-spacing:3.39px;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:none;stroke:#ffffff;stroke-width:5.66929"
118-
x="198.90794"
119-
y="76.477188"
120-
id="text23"><tspan
121-
sodipodi:role="line"
122-
id="tspan23"
123-
x="198.90794"
124-
y="76.477188"
125-
style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:46.6667px;font-family:'Gotham Rounded';-inkscape-font-specification:'Gotham Rounded Light';letter-spacing:3.39px;fill:#000000;stroke:#000000;stroke-opacity:1">LOCAL</tspan></text>
126-
</svg>
115+
<path
116+
style="font-weight:300;font-size:46.6667px;font-family:'Gotham Rounded';-inkscape-font-specification:'Gotham Rounded Light';letter-spacing:3.39px;stroke:#000000;stroke-width:5.66929"
117+
d="m 203.52795,74.61052 c 0,1.026668 0.84,1.866668 1.82,1.866668 h 18.80668 c 0.93333,0 1.68,-0.746667 1.68,-1.680001 0,-0.933334 -0.74667,-1.726668 -1.68,-1.726668 H 207.21462 V 45.443834 c 0,-1.026668 -0.84,-1.866668 -1.86667,-1.866668 -0.98,0 -1.82,0.84 -1.82,1.866668 z m 45.57662,2.426668 c 9.94001,0 16.70668,-7.886672 16.70668,-16.893344 v -0.09333 c 0,-9.006673 -6.67334,-16.800011 -16.61334,-16.800011 -9.94001,0 -16.70668,7.886672 -16.70668,16.893345 v 0.09333 c 0,9.006673 6.67334,16.800011 16.61334,16.800011 z m 0.0933,-3.406668 c -7.46667,0 -12.88001,-6.066671 -12.88001,-13.486676 v -0.09333 c 0,-7.420005 5.32,-13.393342 12.78667,-13.393342 7.46668,0 12.88001,6.066671 12.88001,13.486676 v 0.09333 c 0,7.420005 -5.32,13.393343 -12.78667,13.393343 z m 42.73004,3.406668 c 5.36667,0 8.91334,-1.866667 12.13334,-4.806669 0.32667,-0.280001 0.60667,-0.746668 0.60667,-1.306668 0,-0.933334 -0.84,-1.773335 -1.77334,-1.773335 -0.46666,0 -0.88666,0.233334 -1.16666,0.513334 -2.80001,2.566669 -5.64667,3.96667 -9.70668,3.96667 -7.18667,0 -12.64667,-5.926671 -12.64667,-13.486676 v -0.09333 c 0,-7.513338 5.41334,-13.393342 12.64667,-13.393342 4.01334,0 6.86001,1.493334 9.38001,3.733336 0.28,0.186666 0.7,0.42 1.21333,0.42 0.98,0 1.86667,-0.840001 1.86667,-1.820001 0,-0.653334 -0.37333,-1.166668 -0.74667,-1.493335 -3.03333,-2.520001 -6.39333,-4.246669 -11.66667,-4.246669 -9.61334,0 -16.52001,7.653338 -16.52001,16.893345 v 0.09333 c 0,9.380006 6.95334,16.800011 16.38001,16.800011 z m 20.65672,-2.006668 c 0,0.933334 0.74666,1.680002 1.68,1.680002 0.84,0 1.44667,-0.466667 1.77333,-1.260001 l 3.40667,-7.606672 h 17.92001 l 3.40667,7.513338 c 0.32667,0.746668 0.93334,1.353335 1.82,1.353335 0.98001,0 1.77334,-0.793334 1.77334,-1.773335 0,-0.28 -0.0933,-0.606667 -0.23333,-0.933334 L 330.87801,45.0705 c -0.42,-1.026667 -1.16666,-1.633334 -2.28666,-1.633334 h -0.18667 c -1.16667,0 -1.86667,0.606667 -2.33334,1.633334 L 312.818,74.05052 c -0.18667,0.373333 -0.23333,0.7 -0.23333,0.98 z m 8.30667,-10.546673 7.51334,-16.706678 7.51334,16.706678 z m 33.91004,10.126673 c 0,1.026668 0.84,1.866668 1.82001,1.866668 h 18.80668 c 0.93333,0 1.68,-0.746667 1.68,-1.680001 0,-0.933334 -0.74667,-1.726668 -1.68,-1.726668 H 358.48805 V 45.443834 c 0,-1.026668 -0.84,-1.866668 -1.86666,-1.866668 -0.98001,0 -1.82001,0.84 -1.82001,1.866668 z"
118+
id="text23"
119+
aria-label="LOCAL" />
120+
</svg>

0 commit comments

Comments
 (0)