Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
docs(nostyle): add sans font by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Apr 7, 2016
1 parent 5c8d184 commit ca84721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/layouts/nostyle.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>Algolia Places | No style test</title>
<%= javascript_include_tag config[:places_lib_url] %>
<style>
body {
font-family: Sans
}
</style>
</head>

<body>
Expand Down

0 comments on commit ca84721

Please sign in to comment.