Skip to content
Snippets Groups Projects
Commit 3151fa92 authored by Junduo Zheng's avatar Junduo Zheng
Browse files

font

parent 2b59d3b8
No related branches found
No related tags found
1 merge request!129font
......@@ -70,5 +70,14 @@ gsap.utils.toArray(".parallax").forEach(layer => {
width: 100%;
height: 60vh;
}
@font-face {
font-family: 'kr';
src: url('https://static.igem.wiki/teams/4713/wiki/fonts/kanit-regular.ttf');
font-weight: normal;
font-style: normal;
}
main {
font-family: 'kr';
}
</style>
\ No newline at end of file
......@@ -239,7 +239,7 @@
}
@font-face {
font-family: 'fdko-regular';
src: url('../assets/font/FredokaOne-Regular.ttf');
src: url('https://static.igem.wiki/teams/4713/wiki/fonts/fredokaone-regular.ttf');
font-weight: normal;
font-style: normal;
}
......@@ -346,7 +346,7 @@ onMounted(() => {
let ghost = gsap.timeline({
scrollTrigger: {
trigger: leftFlash,
markers: true,
// markers: true,
start: "-20% 70%",
toggleActions: "restart none none reset"
},
......
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