Title
This commit is contained in:
parent
718788bb0a
commit
f5bc1db8f1
|
@ -1,2 +1,23 @@
|
||||||
<h1>Welcome to SvelteKit</h1>
|
<div class="main-title">
|
||||||
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|
<h1>The Deprived Devs</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: 'CozetteVector';
|
||||||
|
src:
|
||||||
|
local("CozetteVector"),
|
||||||
|
url('/fonts/CozetteVector.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-title {
|
||||||
|
font-family: 'CozetteVector';
|
||||||
|
margin: 0 auto;
|
||||||
|
width: 80%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-title > h1 {
|
||||||
|
font-size: 4.5vw; /* Change if title changes */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue