Skip to content

Commit

Permalink
font face
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko-Lin committed Jul 15, 2024
1 parent 5768474 commit d70a603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/_layouts/rental.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<h1>{{ page.title }}</h1>
Expand Down
5 changes: 1 addition & 4 deletions docs/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
---

body, html {
margin: 0;
padding: 0;
height: 100%;
font-family: Arial, sans-serif;
font-family: Roboto, Arial, sans-serif;
}

footer {
Expand Down

0 comments on commit d70a603

Please sign in to comment.