Forráskód Böngészése

[Web] Add woff2 PT Sans font file
[Web] Fix minor font issues
[Web] Update bootstrap slider

andryyy 6 éve
szülő
commit
9eafde0b3b

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 2 - 2
data/web/css/build/004-bootstrap-slider.min.css


+ 29 - 12
data/web/css/build/008-mailcow.css

@@ -1,17 +1,26 @@
-@font-face {font-family: 'PT Sans'; 
-  font-display: auto;
-  src: local('PT Sans'), url('/fonts/PTS55F_W.woff') format('woff');
-}
-@font-face {font-family: 'PT Sans'; 
-  font-style: italic;
-  font-display: auto;
-  src: local('PT Sans Italic'), url('/fonts/PTS56F_W.woff') format('woff');
+@font-face {
+  font-family: 'PT Sans';
+  font-style: normal;
+  font-weight: 400;
+  src: local('PT Sans'), local('PTSans-Regular'),
+    url('/fonts/pt-sans-v9-cyrillic_latin-regular.woff2') format('woff2'),
+    url('/fonts/pt-sans-v9-cyrillic_latin-regular.woff') format('woff');
 }
-@font-face {font-family: 'PT Sans';
+@font-face {
+  font-family: 'PT Sans';
   font-style: normal;
-  font-display: auto;
-  font-weight: bold; 
-  src: local('PT Sans Bold'), url('/fonts/PTS75F_W.woff') format('woff');
+  font-weight: 700;
+  src: local('PT Sans Bold'), local('PTSans-Bold'),
+    url('/fonts/pt-sans-v9-cyrillic_latin-700.woff2') format('woff2'),
+    url('/fonts/pt-sans-v9-cyrillic_latin-700.woff') format('woff');
+}
+@font-face {
+  font-family: 'PT Sans';
+  font-style: italic;
+  font-weight: 400;
+  src: local('PT Sans Italic'), local('PTSans-Italic'),
+    url('/fonts/pt-sans-v9-cyrillic_latin-italic.woff2') format('woff2'),
+    url('/fonts/pt-sans-v9-cyrillic_latin-italic.woff') format('woff');
 }
 #maxmsgsize { min-width: 80px; }
 #slider1 .slider-selection {
@@ -153,3 +162,11 @@ nav .glyphicon {
 .full-width-select {
   width: 100%!important;  
 }
+.tooltip {
+  font-family: inherit;
+  font-size: 12px;
+}
+.progress-bar {
+  font-size: 12px;
+  line-height: 14px;
+}

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott