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

Remove calls to Google Fonts #164

Closed
wants to merge 2 commits into from
Closed
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
12 changes: 6 additions & 6 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ h1, h1 a {
}

h2 {
font-family: 'Rock Salt', "Arial Rounded MT Bold", arial, serif;
font-family: "Arial Rounded MT Bold", arial, serif;
color: #5c9db4;
font-size: 18px;
margin-top: 16px;
Expand Down Expand Up @@ -586,7 +586,7 @@ xopacity: .5;
/* Stuff for landing page */
h1.home {
font-size: 100px;
font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
font-family: "Arial Rounded MT Bold", arial, serif;
color: #19ba98;
opacity: .8;
padding: 0;
Expand All @@ -597,7 +597,7 @@ h1.home {

.home {
font-size: 30px;
font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
font-family: "Arial Rounded MT Bold", arial, serif;
color: #19ba98;
color: #222;
opacity: 1;
Expand Down Expand Up @@ -630,7 +630,7 @@ input.text {
margin-bottom: 10px;
border: none;
font-size: 30px;
font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
font-family: "Arial Rounded MT Bold", arial, serif;
color: #5c9db4;
text-align: center;
border-bottom: dashed 3px #19ba98;
Expand All @@ -646,7 +646,7 @@ input:hover {
margin-bottom: 10px;
border: none;
font-size: 40px;
font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif;
font-family: "Arial Rounded MT Bold", arial, serif;
color: #19ba98;
color: black;

Expand Down Expand Up @@ -782,4 +782,4 @@ img {
#pen[data-ison=true] {
color: black;
opacity: 1;
}
}
3 changes: 0 additions & 3 deletions views/home.pug
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ html(lang="en")
head
<!-- SCRIPTS -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
title scrumblr

body
Expand Down