Skip to content

Commit

Permalink
Enabled analytics and font swap.
Browse files Browse the repository at this point in the history
  • Loading branch information
arodic committed Jan 7, 2023
1 parent d65d88a commit 0042e4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@
<meta property="og:description" content="Aleksandar Aki Rodić" />
<meta property="og:locale" content="en_US" />

<!-- <link lazyload href="https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap|Roboto+Mono&display=swap" rel="stylesheet"> -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-148217203-1"></script>
<link lazyload href="https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap|Roboto+Mono&display=swap" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148217203-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148217203-1');
</script> -->
</script>

<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
Expand All @@ -86,6 +86,7 @@
<style>
html, body {
font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
font-display: swap;
padding: 0;
margin: 0;
width: 100%;
Expand Down

0 comments on commit 0042e4e

Please sign in to comment.