Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change font #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@

@font-face{
font-family: 'Open Sans', sans-serif;
src: url('assets/images/fonts/Open Sans/OpenSans-Regular.ttf');
}
body{
/*background-color: #FAFAFA;*/
background-color: #293588;
font-family: 'Open Sans', sans-serif;
}

#wrapper{
Expand All @@ -10,6 +15,10 @@

}

.logo{
width: 200px;
}

.markdown-body{
box-sizing: border-box;
padding: 10px;
Expand Down
Binary file added assets/fonts/Open Sans/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/images/mozilla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions assets/images/mozilla.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div id="wrapper">
<div class="container-lg px-3 my-5 markdown-body">

<h1><a href="https://moz-niec.github.io/Hacktoberfest/">Hacktoberfest</a></h1>
<img src="assets/images/mozilla.svg" class="logo">


<h1 id="mozilla-niec-hacktoberfest">Mozilla NIEC Hacktoberfest</h1>
Expand Down