feat: add design tokens and DM font loading
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
|
||||
<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=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ url('theme://css/tokens.css') }}">
|
||||
<link rel="stylesheet" href="{{ url('theme://css/style.css') }}">
|
||||
</head>
|
||||
<body class="{% if page.template == 'map' %}map-page{% endif %}">
|
||||
|
||||
Reference in New Issue
Block a user