mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
css changes - messing with font
This commit is contained in:
@@ -5,12 +5,8 @@
|
|||||||
.date {
|
.date {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
font-weight: 300;
|
|
||||||
}
|
}
|
||||||
.intro {
|
.intro {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
p {
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ $transitionDuration: 0.4s;
|
|||||||
transition: transform $transitionDuration ease-out;
|
transition: transform $transitionDuration ease-out;
|
||||||
-webkit-transition: transform $transitionDuration ease-out;
|
-webkit-transition: transform $transitionDuration ease-out;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #3598db;
|
color: #D1D1D1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
@import './utils.scss';
|
@import './utils.scss';
|
||||||
html {
|
html {
|
||||||
//font-family: 'Roboto Slab', serif;
|
font-family: 'Roboto Slab', serif;
|
||||||
font-family: 'Raleway', Calibri, Arial, sans-serif;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@@ -17,11 +16,10 @@ h4,
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-weight: 200;
|
font-weight: 300;
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
}
|
||||||
*,
|
*,
|
||||||
*:after,
|
*:after,
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="author" content="Mitchell Gerber">
|
<meta name="author" content="Mitchell Gerber">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet">
|
||||||
<link href="http://fonts.googleapis.com/css?family=Raleway:200,300,400,800|Clicker+Script" rel="stylesheet" type="text/css">
|
|
||||||
<title>mitchel.io</title>
|
<title>mitchel.io</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"prod": "export NODE_ENV=production && webpack -p && babel-node metadata.js",
|
"prod": "export NODE_ENV=production && webpack -p && babel-node metadata.js",
|
||||||
"prod-win": "set NODE_ENV=production && webpack -p && babel-node metadata.js",
|
"prod-win": "set NODE_ENV=production && webpack -p && babel-node metadata.js",
|
||||||
"deploy": "goapp deploy",
|
"deploy": "goapp deploy",
|
||||||
"serve": "goapp serve"
|
"serve-c9": "npm run build && goapp serve --port=$PORT --host=$IP"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user