Update 'index.html'
This commit is contained in:
parent
56820971cd
commit
f856d57522
1 changed files with 6 additions and 0 deletions
|
@ -3,7 +3,13 @@
|
|||
<head>
|
||||
|
||||
<style>
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&display=swap');
|
||||
|
||||
:root {
|
||||
font-family: 'Belanosima', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
color: white;
|
||||
|
|
Reference in a new issue