فهرست منبع

Fix issue #102 : application police OpenSans

Désormais la police OpenSans est belle et bien appliquée à toute
l'interface
Marien Fressinaud 12 سال پیش
والد
کامیت
93c74650be
2فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 0 1
      public/theme/freshrss.css
  2. 3 3
      public/theme/global.css

+ 0 - 1
public/theme/freshrss.css

@@ -342,7 +342,6 @@
 	margin: 0 auto;
 	padding: 20px 10px;
 	line-height: 170%;
-	font-family: 'OpenSans';
 	word-wrap: break-word;
 }
 	.content .title {

+ 3 - 3
public/theme/global.css

@@ -1,7 +1,7 @@
 /* FONTS */
 @font-face {
-	font-family: 'OpenSans';
-	src: local('fonts/openSans.woff') format('woff');
+	font-family: "OpenSans";
+	src: url("fonts/openSans.woff") format("woff");
 }
 
 
@@ -12,7 +12,7 @@
 html, body {
 	height: 100%;
 	font-size: 95%;
-	font-family: "Cantarell", "Helvetica", "Arial", "sans-serif";
+	font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "sans-serif";
 }
 
 /* LIENS */