tati 12 anni fa
parent
commit
92211557e6

BIN
Fonts/Champagne & Limousines Bold Italic.ttf


BIN
Fonts/Champagne & Limousines Bold.ttf


BIN
Fonts/Champagne & Limousines Italic.ttf


BIN
Fonts/OpenSans-Bold.ttf


BIN
Fonts/OpenSans-BoldItalic.ttf


BIN
Fonts/OpenSans-ExtraBold.ttf


BIN
Fonts/OpenSans-ExtraBoldItalic.ttf


BIN
Fonts/OpenSans-Italic.ttf


BIN
Fonts/OpenSans-Light.ttf


BIN
Fonts/OpenSans-LightItalic.ttf


BIN
Fonts/OpenSans-Regular.ttf


BIN
Fonts/OpenSans-Semibold.ttf


BIN
Fonts/OpenSans-SemiboldItalic.ttf


BIN
Fonts/raleway_thin-webfont.eot


BIN
Fonts/raleway_thin-webfont.ttf


BIN
Fonts/raleway_thin-webfont.woff


+ 2 - 6
css/especificos.css

@@ -1,17 +1,13 @@
-@font-face{
-    font-family: 'Analogue Reduced 45 Light';
-    src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
-}
 @font-face {
   font-family: 'Champagne and Limousine';
- src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
+ src: url('../Fonts/Champagne&Limousines.ttf');
  -webkit-font-smoothing: antialiased;
 }
 @font-face {
   font-family: "Open Sans";
   font-style: normal;
   font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
+  src: url("../Fonts/OpenSans.woff") format("woff");
 }
 
 html, body

+ 3 - 6
css/productos.css

@@ -1,17 +1,14 @@
-@font-face{
-    font-family: 'Analogue Reduced 45 Light';
-    src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
-}
+
 @font-face {
   font-family: 'Champagne and Limousine';
- src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
+ src: url('../Fonts/Champagne&Limousines.ttf');
  -webkit-font-smoothing: antialiased;
 }
 @font-face {
   font-family: "Open Sans";
   font-style: normal;
   font-weight: 300;
-  src: local("Open Sans Light"), local("OpenSans-Light"), url("http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") format("woff");
+  src: url("../Fonts/OpenSans.woff") format("woff");
 }
 
 /*************PAGINAS¨*******************/

+ 1 - 2
index.php

@@ -6,7 +6,7 @@ header('Content-Type: text/html; charset=UTF-8');
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <head>
 
-    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
+    <script src="/jquery-1.10.2.js">
     </script>
     <script type="text/javascript">
 	    $(document).ready(function () {
@@ -67,7 +67,6 @@ header('Content-Type: text/html; charset=UTF-8');
         });
     </script>
     
-    <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
     <link type="text/css" rel="Stylesheet" href="css/especificos.css" />
     <title>Especificos Buenos Aires</title>
 

+ 1 - 2
productos.php

@@ -8,8 +8,7 @@
     <title>ESPECIFICOS Buenos Aires</title>
     <link type="text/css" rel="Stylesheet" href="css/productos.css" />
     <link type="text/css" rel="Stylesheet" href="css/especificos.css" />
-     <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
-<script src="//code.jquery.com/jquery-1.9.1.js"></script>
+<script src="js/jquery-1.10.2.js"></script>
 <script>
 $(document).ready(function() {