Skip to content
Snippets Groups Projects
Commit 4b0afbbd authored by Lucy Hao's avatar Lucy Hao :moyai:
Browse files

fix text

parent 0ecf575d
No related branches found
No related tags found
No related merge requests found
Pipeline #309005 passed
......@@ -6,6 +6,16 @@ const Animate = () => {
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<style>
@font-face {
font-family: SubNeue;
src: url(https://static.igem.wiki/teams/4796/wiki/sebneueregular.otf);
}
* {
font-family: SubNeue;
}
</style>
<mask
id="mask0_704_764"
style="mask-type: luminance"
......@@ -917,7 +927,7 @@ const Animate = () => {
xml:space="preserve"
style="white-space: pre"
font-family="Open Sans"
font-size="75"
font-size="85"
font-weight="bold"
letter-spacing="0em"
>
......@@ -928,11 +938,11 @@ const Animate = () => {
xml:space="preserve"
style="white-space: pre"
font-family="Open Sans"
font-size="78"
font-size="85"
font-weight="bold"
letter-spacing="0em"
>
<tspan x="261.787" y="654.259" class="increase2">366.43</tspan>
<tspan x="275.787" y="648.259" class="increase2">366.43</tspan>
</text>
<script>
function animateValue(obj, start, end, duration) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment