Revert "change font weight on landing page and buttons"

This reverts commit eba969af992288133fe898fbb26212474729273b.
This commit is contained in:
Michael Q Larson
2014-12-10 13:28:38 -08:00
parent 38715b9dfc
commit d5fa19779b
5 changed files with 0 additions and 15 deletions

1
app.js
View File

@ -129,7 +129,6 @@ app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);
app.get('/text-based-adventure-tutorial-app', resourcesController.textBasedAdventureTutorial);
app.get('/programmer-interview-questions-app', resourcesController.programmerInterviewQuestionsApp);
app.get('/statistics', resourcesController.statistics);
app.get('/about', resourcesController.about);
app.get('/login', userController.getLogin);
app.post('/login', userController.postLogin);

View File

@ -5,9 +5,6 @@
@import "lib/animate.min.less";
@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Lato:400);
@import url(http://fonts.googleapis.com/css?family=Lato:500);
html,body,div,span,a,li,td,th {
font-family: 'Lato', sans-serif;
@ -32,14 +29,6 @@ footer {
line-height: 45px;
}
h1, h2 {
font-weight: 400 !important;
}
.btn {
font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6, p, li {
padding-top: 5px;
padding-bottom: 5px;

View File

@ -1,3 +0,0 @@
extends layout
block content
h1 count #{totalUsers}