load global CSS, and import the Google Material icons
This commit is contained in:
parent
21bb53fba2
commit
52412ce914
1 changed files with 3 additions and 1 deletions
|
|
@ -5,8 +5,10 @@
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Gravwell Online</title>
|
<title>Gravwell Online</title>
|
||||||
|
<link rel="stylesheet" href="/global.css">
|
||||||
<style>
|
<style>
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap');
|
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap");
|
||||||
|
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue