Move _headers file
This commit is contained in:
parent
d947c4e36c
commit
043f05b767
@ -9,19 +9,6 @@
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<!--<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">-->
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.0/css/all.css">
|
||||
|
||||
<!-- GA -->
|
||||
<script async src='https://www.google-analytics.com/analytics.js'
|
||||
type="80be96f83bbfbba3d4097e23-text/javascript"></script>
|
||||
|
||||
<script type="80be96f83bbfbba3d4097e23-text/javascript">
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-161945537-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</svelte:head>
|
@ -31,8 +31,6 @@
|
||||
</script>
|
||||
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
@ -49,7 +47,8 @@
|
||||
overflow-y: scroll;
|
||||
|
||||
background-color: #2e3136;
|
||||
font-family: 'Noto Sans', sans-serif !important;
|
||||
font-family: 'Poppins', sans-serif !important;
|
||||
font-weight: 400 !important;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user