Skip to content

Commit

Permalink
Fixed font Lato
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Richard <martius@martiusweb.net>
  • Loading branch information
Martiusweb committed Dec 4, 2013
1 parent e7a0d6a commit 3478718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.min.css">
<link rel="stylesheet" href="css/styles-responsive.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:100|Lato">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:100|Lato:300">
</head>
<body data-spy="scroll" data-target="header.container .navbar"
data-offset="68">
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

// Typography
// -------------------------
@sansFontFamily: "Lato Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
@sansFontFamily: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;

Expand Down

0 comments on commit 3478718

Please sign in to comment.