[Web] Add woff2 PT Sans font file
[Web] Fix minor font issues [Web] Update bootstrap slider
This commit is contained in:
parent
d3050df839
commit
9eafde0b3b
File diff suppressed because one or more lines are too long
@ -1,17 +1,26 @@
|
|||||||
@font-face {font-family: 'PT Sans';
|
@font-face {
|
||||||
font-display: auto;
|
font-family: 'PT Sans';
|
||||||
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-style: normal;
|
||||||
font-display: auto;
|
font-weight: 400;
|
||||||
font-weight: bold;
|
src: local('PT Sans'), local('PTSans-Regular'),
|
||||||
src: local('PT Sans Bold'), url('/fonts/PTS75F_W.woff') format('woff');
|
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-style: normal;
|
||||||
|
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; }
|
#maxmsgsize { min-width: 80px; }
|
||||||
#slider1 .slider-selection {
|
#slider1 .slider-selection {
|
||||||
@ -153,3 +162,11 @@ nav .glyphicon {
|
|||||||
.full-width-select {
|
.full-width-select {
|
||||||
width: 100%!important;
|
width: 100%!important;
|
||||||
}
|
}
|
||||||
|
.tooltip {
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.progress-bar {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 14px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user