Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(layout): import ubuntu font
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarilani committed Sep 22, 2017
1 parent 956e566 commit fd756eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<title><%- config.title %> | <%- page.title %> </title>
<meta name="description" content="<%- page.description %>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="" sizes="16x16 32x32 64x64">

<!-- Misc -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,300italic,400italic' rel='stylesheet' type='text/css'>
<link href="//fonts.googleapis.com/css?family=Ubuntu:300,500" rel="stylesheet">
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<link rel="stylesheet" href="<%- url_for('style/dress-code.css') %>">
<link rel="stylesheet" href="<%- url_for('style/bootstrap.css') %>">
<link rel="icon" href="<%- url_for(config.theme_config.favicon) %>">

</head>
<body>
<%- body %>
Expand Down

0 comments on commit fd756eb

Please # to comment.