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)
|
||||
ref (~> 2.0)
|
||||
ddmetrics (1.0.0)
|
||||
ddplugin (1.0.1)
|
||||
ddplugin (1.0.2)
|
||||
execjs (2.7.0)
|
||||
ffi (1.9.18)
|
||||
formatador (0.2.5)
|
||||
|
@ -66,7 +66,7 @@ GEM
|
|||
css_press
|
||||
multi_js (0.1.0)
|
||||
uglifier (~> 2)
|
||||
nanoc (4.9.1)
|
||||
nanoc (4.9.2)
|
||||
addressable (~> 2.5)
|
||||
cri (~> 2.8)
|
||||
ddmemoize (~> 1.0)
|
||||
|
@ -76,6 +76,7 @@ GEM
|
|||
parallel (~> 1.12)
|
||||
ref (~> 2.0)
|
||||
slow_enumerator_tools (~> 1.0)
|
||||
tomlrb (~> 1.2)
|
||||
nenv (0.3.0)
|
||||
nokogiri (1.8.1)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
|
@ -108,6 +109,7 @@ GEM
|
|||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
thor (0.20.0)
|
||||
tomlrb (1.2.6)
|
||||
typogruby (1.0.18)
|
||||
rubypants
|
||||
uglifier (2.7.2)
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import 'https://fonts.googleapis.com/css?family=Lato:300,400';
|
||||
|
||||
@import "includes/variables";
|
||||
|
||||
@import "../../../node_modules/bulma/bulma";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
</title>
|
||||
|
||||
<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 %>">
|
||||
|
||||
|
|
Loading…
Reference in a new issue