2019-07-23 23:36:00 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>{{ site.title }}</title>
|
|
|
|
<meta name="keywords" content="{{ site.keywords }}">
|
|
|
|
<meta name="description" content="{{ site.description }}">
|
2019-07-27 13:16:03 +02:00
|
|
|
<link rel="stylesheet" href="assets/css/combo.css">
|
2019-07-23 23:41:15 +02:00
|
|
|
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,700&display=swap' rel='stylesheet' type='text/css'>
|
2019-07-23 23:36:00 +02:00
|
|
|
<link rel="canonical" href="https://www.nerdfonts.com" />
|
|
|
|
{% if site.favicon %}<link rel="shortcut icon" href="{{ site.favicon }}" type="image/x-icon">{% endif %}
|
|
|
|
{% if site.touch_icon %}<link rel="apple-touch-icon" href="{{ site.touch_icon }}">{% endif %}
|
|
|
|
<meta name="google-site-verification" content="492okaDWvAC6AttbBxVRWxT7-KNmPqFlLiMupaXdFU0" />
|
2019-07-27 10:33:11 +02:00
|
|
|
<meta property="og:title" content="{{ site.title }}">
|
|
|
|
<meta property="og:site_name" content="Nerd Fonts">
|
|
|
|
<meta property="og:url" content="https://www.nerdfonts.com/">
|
|
|
|
<meta property="og:description" content="{{ site.description }}">
|
|
|
|
<meta property="og:type" content="website">
|
2019-07-27 16:01:25 +02:00
|
|
|
<meta property="og:image" content="https://www.nerdfonts.com/assets/img/sankey-glyphs-combined-diagram.png">
|
2020-12-05 12:36:08 +02:00
|
|
|
{% if site.adsbygoogle %}
|
2019-08-06 21:06:15 +02:00
|
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
|
<script>
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({
|
|
|
|
google_ad_client: "ca-pub-2979054844262048",
|
|
|
|
enable_page_level_ads: true
|
|
|
|
});
|
|
|
|
</script>
|
2020-12-05 12:36:08 +02:00
|
|
|
{% endif %}
|
2019-07-23 23:36:00 +02:00
|
|
|
</head>
|