mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
load font
This commit is contained in:
parent
53404caccf
commit
450b94f641
1 changed files with 4 additions and 1 deletions
|
@ -12,10 +12,12 @@
|
|||
<title>Users Online</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
|
@ -33,7 +35,8 @@
|
|||
}
|
||||
|
||||
.main {
|
||||
padding-top: 90px;
|
||||
width: 100%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue