@@ -31,6 +31,13 @@
<script src="{{ webpack_asset('legacy-presentation').js }}" defer></script>
<title>{{ path|path2name }} | {{ path }}</title>
+
+ <!-- Google Fonts -->
+ <link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
+ <style>
+ {{ customCss() }}
+ </style>
</head>
<body>
<div class="reveal">
@@ -1,7 +1,10 @@
+// import crowi variable
+@import 'utilities';
.reveal {
font-size: 32px;
section * {
- font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro W3", Meiryo, san-serif;
+ font-family: $font-family-sans-serif !important;
}
.slides > section {