Skip to content

Commit

Permalink
Add DM Sans font
Browse files Browse the repository at this point in the history
  • Loading branch information
mkly committed Jan 30, 2024
1 parent 8cbf0aa commit a7084fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/coffee/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=DM+Sans:400,500,600,700,i,b">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="static/style.css">
</headsty>
</head>
<body>

<nav class="navbar navbar-expand-lg">
Expand Down Expand Up @@ -145,4 +147,4 @@
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>
</html>
4 changes: 4 additions & 0 deletions src/coffee/templates/static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html, body {
font-family: "DM Sans", sans-serif;
}

a {
text-decoration: none;
color: #596C97;
Expand Down

0 comments on commit a7084fd

Please sign in to comment.