Skip to content

Commit

Permalink
fix: implment Ubuntu fonts to view page
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfdaemon committed Nov 6, 2023
1 parent f2e34c5 commit 8a46fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<title>Odin Landing Page | dissidenttux</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
</head>
<body>
<!-- Page's main header uses across all of the website -->
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
display: flex;
flex-direction: column;
font-family: "Ubuntu", serif;
font-family: "Ubuntu", Arial, sans-serif;
font-size: 16px;
justify-content: space-between;
margin: 0;
Expand Down

0 comments on commit 8a46fe6

Please sign in to comment.