Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/assets/css/style.css')
-rw-r--r--static/assets/css/style.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index 0c28c3b..dca7d35 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -1,22 +1,13 @@
-@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,100);
body {
- font-family: "Roboto", "Open Sans", "Sans Serif", "Georgia", "Times New Roman", Times, serif;
/* Margin bottom by footer height */
margin-bottom: 100px;
- line-height: 1.6;
- font-weight: 300;
}
html {
position: relative;
min-height: 100%;
}
-* {
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
.footer {
position: absolute;
bottom: 0;