@@ -13,7 +13,7 @@
<link rel="stylesheet" href="/css/crowi{% if env == 'production' %}.min{% endif %}.css">
<script src="/js/crowi{% if env == 'production' %}.min{% endif %}.js"></script>
- <link href='//fonts.googleapis.com/css?family=Maven+Pro:400,700' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
{% endblock %}
@@ -1,5 +1,5 @@
.crowi { // {{{
- font-family: 'Maven Pro', 'Helvetica Neue', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
+ font-family: 'Open Sans', 'Helvetica Neue', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
}