we use the default font stack now
This commit is contained in:
parent
6ace403ac8
commit
7247fe1df2
3 changed files with 4 additions and 5 deletions
|
@ -25,7 +25,7 @@ GEM
|
||||||
ddmetrics (~> 1.0)
|
ddmetrics (~> 1.0)
|
||||||
ref (~> 2.0)
|
ref (~> 2.0)
|
||||||
ddmetrics (1.0.0)
|
ddmetrics (1.0.0)
|
||||||
ddplugin (1.0.1)
|
ddplugin (1.0.2)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
ffi (1.9.18)
|
ffi (1.9.18)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
|
@ -66,7 +66,7 @@ GEM
|
||||||
css_press
|
css_press
|
||||||
multi_js (0.1.0)
|
multi_js (0.1.0)
|
||||||
uglifier (~> 2)
|
uglifier (~> 2)
|
||||||
nanoc (4.9.1)
|
nanoc (4.9.2)
|
||||||
addressable (~> 2.5)
|
addressable (~> 2.5)
|
||||||
cri (~> 2.8)
|
cri (~> 2.8)
|
||||||
ddmemoize (~> 1.0)
|
ddmemoize (~> 1.0)
|
||||||
|
@ -76,6 +76,7 @@ GEM
|
||||||
parallel (~> 1.12)
|
parallel (~> 1.12)
|
||||||
ref (~> 2.0)
|
ref (~> 2.0)
|
||||||
slow_enumerator_tools (~> 1.0)
|
slow_enumerator_tools (~> 1.0)
|
||||||
|
tomlrb (~> 1.2)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nokogiri (1.8.1)
|
nokogiri (1.8.1)
|
||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.3.0)
|
||||||
|
@ -108,6 +109,7 @@ GEM
|
||||||
libv8 (~> 3.16.14.15)
|
libv8 (~> 3.16.14.15)
|
||||||
ref
|
ref
|
||||||
thor (0.20.0)
|
thor (0.20.0)
|
||||||
|
tomlrb (1.2.6)
|
||||||
typogruby (1.0.18)
|
typogruby (1.0.18)
|
||||||
rubypants
|
rubypants
|
||||||
uglifier (2.7.2)
|
uglifier (2.7.2)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
@import 'https://fonts.googleapis.com/css?family=Lato:300,400';
|
|
||||||
|
|
||||||
@import "includes/variables";
|
@import "includes/variables";
|
||||||
|
|
||||||
@import "../../../node_modules/bulma/bulma";
|
@import "../../../node_modules/bulma/bulma";
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" />
|
<link rel="icon" href="/assets/images/favicon32.png" type="image/x-icon" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
|
|
||||||
|
|
||||||
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue