From 15cb602447b458e7261d41cdb29de086b8f2bd82 Mon Sep 17 00:00:00 2001 From: Yord Date: Mon, 6 Apr 2015 12:58:44 +0200 Subject: [PATCH] added font to appcache manifest --- ikrpg.appcache | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ikrpg.appcache b/ikrpg.appcache index 8a88b07..ad83388 100644 --- a/ikrpg.appcache +++ b/ikrpg.appcache @@ -158,12 +158,16 @@ CACHE: /static/stylesheets/reset.css # Other page resources -https://code.jquery.com/jquery-2.1.1.min.js +http://fonts.googleapis.com/css?family=Cabin:700 +https://fonts.googleapis.com/css?family=Cabin:700 +http://fonts.gstatic.com/s/cabin/v7/nHiQo1BypvYzt95zlPq1TnYhjbSpvc47ee6xR_80Hnw.ttf +https://fonts.gstatic.com/s/cabin/v7/nHiQo1BypvYzt95zlPq1TnYhjbSpvc47ee6xR_80Hnw.ttf http://code.jquery.com/jquery-2.1.1.min.js -https://cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js +https://code.jquery.com/jquery-2.1.1.min.js http://cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js -https://cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js +https://cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js http://cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js +https://cdn.datatables.net/fixedheader/2.1.1/js/dataTables.fixedHeader.min.js NETWORK: * \ No newline at end of file