Use local font and fix some paths
This commit is contained in:
parent
4c5be992e5
commit
9db8b1bfc5
@ -22,6 +22,7 @@ html {
|
||||
);
|
||||
color: @text;
|
||||
font-size: @font-size;
|
||||
@font-face {font-family: 'Oswald'; src: url('../fonts/Oswald/static/Oswald-Regular.ttf')}
|
||||
font-family: 'Oswald' ,sans-serif;
|
||||
scroll-behavior: smooth;
|
||||
body {
|
||||
|
@ -11,7 +11,7 @@
|
||||
<meta name="keywords" content="rx,redxen,community,game,minecraft,games,server" />
|
||||
<meta name="author" content="caskd" />
|
||||
<meta name="theme-color" content="#e11" />
|
||||
<link rel="icon" sizes="321x300" href="res/icon.png">
|
||||
<link rel="icon" sizes="227x227" href="res/logo-small.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="css/main.css" rel="stylesheet">
|
||||
</head>
|
||||
@ -22,7 +22,7 @@
|
||||
-->
|
||||
<div class="content">
|
||||
<div class="head">
|
||||
<ul class="slideshow">
|
||||
<ul title="slideshow" class="slideshow">
|
||||
<li><span></span><div><p>Night time survival experience</p></div></li>
|
||||
<li><span></span><div><p>Defeating the Ender Dragon</p></div></li>
|
||||
<li><span></span><div><p>The "Fishtank"</p></div></li>
|
||||
@ -91,6 +91,5 @@
|
||||
</ul>
|
||||
</span>
|
||||
</div>
|
||||
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user