Revert "change font weight on landing page and buttons"
This reverts commit eba969af992288133fe898fbb26212474729273b.
This commit is contained in:
1
app.js
1
app.js
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -1,3 +0,0 @@
|
||||
extends layout
|
||||
block content
|
||||
h1 count #{totalUsers}
|
Reference in New Issue
Block a user