Skip to content
Snippets Groups Projects
Verified Commit 294a54fe authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Fix font and search

Fixes #28
parent 93317435
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@import "components/global"; @import "components/global";
@import "components/grid"; @import "components/grid";
@import "components/navbar"; @import "components/navbar";
@import "components/roboto"; //@import "components/roboto";
@import "components/typography"; @import "components/typography";
@import "components/cards"; @import "components/cards";
@import "components/toast"; @import "components/toast";
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
var doRender = function() { var doRender = function() {
var options = {}; var options = {};
options[google.search.Search.RESTRICT_EXTENDED_ARGS] = { options[google.search.Search.RESTRICT_EXTENDED_ARGS] = {
'as_sitesearch': 'nove.ok1kvk.cz' 'as_sitesearch': 'ok1kvk.cz'
}; };
csc = new google.search.CustomSearchControl('003089460452505374651:q5prtsadbio', options); csc = new google.search.CustomSearchControl('003089460452505374651:q5prtsadbio', options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment