Skip to content

Commit

Permalink
Update fonts and analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuvio committed Jul 22, 2024
1 parent 9c6c5ce commit 8d66411
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

<!-- fonts -->
<!--<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto+Slab:300|Roboto:500" rel="stylesheet">-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">

<!-- local css -->
<link rel="stylesheet" href="/assets/css/site.css">
Expand All @@ -21,14 +24,16 @@
<link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon.ico">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123054659-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VF2CF83G9G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-123054659-1');
gtag('config', 'G-VF2CF83G9G');
</script>
<!-- Copy button -->
<script>
function copyCode(button) {
// Find the closest parent .code-box
Expand Down

0 comments on commit 8d66411

Please sign in to comment.