Fixed incorrect case of some urls in the ptsans stylesheet.
- Legacy-Id: 10176
This commit is contained in:
parent
318572ab1e
commit
4005738e6a
16
ietf/externals/static/ptsans/stylesheet.css
vendored
16
ietf/externals/static/ptsans/stylesheet.css
vendored
|
@ -3,39 +3,39 @@
|
|||
|
||||
@font-face {font-family: 'PT Sans';
|
||||
src: url('pts55f_w.eot');
|
||||
src: local('PT Sans'), url('PTS55F_W.eot?#iefix') format('embedded-opentype'), url('PTS55F_W.woff') format('woff'),url('PTS55F_W.ttf') format('truetype'), url('PTS55F_W.svg#PTSans-Regular') format('svg');}
|
||||
src: local('PT Sans'), url('pts55f_w.eot?#iefix') format('embedded-opentype'), url('pts55f_w.woff') format('woff'),url('pts55f_w.ttf') format('truetype'), url('pts55f_w.svg#PTSans-Regular') format('svg');}
|
||||
|
||||
@font-face {font-family: 'PT Sans';
|
||||
font-style: italic;
|
||||
src: url('pts56f_w.eot');
|
||||
src: local('PT Sans Italic'), url('PTS56F_W.eot?#iefix') format('embedded-opentype'), url('PTS56F_W.woff') format('woff'),url('PTS56F_W.ttf') format('truetype'), url('PTS56F_W.svg#PTSans-Italic') format('svg');}
|
||||
src: local('PT Sans Italic'), url('pts56f_w.eot?#iefix') format('embedded-opentype'), url('pts56f_w.woff') format('woff'),url('pts56f_w.ttf') format('truetype'), url('pts56f_w.svg#PTSans-Italic') format('svg');}
|
||||
|
||||
@font-face {font-family: 'PT Sans';
|
||||
src: url('pts75f_w.eot');
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: local('PT Sans Bold'), url('PTS75F_W.eot?#iefix') format('embedded-opentype'), url('PTS75F_W.woff') format('woff'),url('PTS75F_W.ttf') format('truetype'), url('PTS75F_W.svg#PTSans-Bold') format('svg');}
|
||||
src: local('PT Sans Bold'), url('pts75f_w.eot?#iefix') format('embedded-opentype'), url('pts75f_w.woff') format('woff'),url('pts75f_w.ttf') format('truetype'), url('pts75f_w.svg#PTSans-Bold') format('svg');}
|
||||
|
||||
@font-face {font-family: 'PT Sans';
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
src: url('pts76f_w.eot');
|
||||
src: local('PT Sans Bold Italic'), url('PTS76F_W.eot?#iefix') format('embedded-opentype'), url('PTS76F_W.woff') format('woff'),url('PTS76F_W.ttf') format('truetype'), url('PTS76F_W.svg#PTSans-BoldItalic') format('svg');}
|
||||
src: local('PT Sans Bold Italic'), url('pts76f_w.eot?#iefix') format('embedded-opentype'), url('pts76f_w.woff') format('woff'),url('pts76f_w.ttf') format('truetype'), url('pts76f_w.svg#PTSans-BoldItalic') format('svg');}
|
||||
|
||||
@font-face {font-family: 'PT Sans Caption';
|
||||
src: url('ptc55f_w.eot');
|
||||
src: local('PT Sans Caption'), url('PTC55F_W.eot?#iefix') format('embedded-opentype'), url('PTC55F_W.woff') format('woff'),url('PTC55F_W.ttf') format('truetype'), url('PTC55F_W.svg#PTSans-Caption') format('svg');}
|
||||
src: local('PT Sans Caption'), url('ptc55f_w.eot?#iefix') format('embedded-opentype'), url('ptc55f_w.woff') format('woff'),url('ptc55f_w.ttf') format('truetype'), url('ptc55f_w.svg#PTSans-Caption') format('svg');}
|
||||
|
||||
@font-face {font-family: 'PT Sans Caption';
|
||||
font-weight: bold;
|
||||
src: url('ptc75f_w.eot');
|
||||
src: local('PT Sans Caption Bold'), url('PTC75F_W.eot?#iefix') format('embedded-opentype'), url('PTC75F_W.woff') format('woff'),url('PTC75F_W.ttf') format('truetype'), url('PTC75F_W.svg#PTSans-CaptionBold') format('svg');}
|
||||
src: local('PT Sans Caption Bold'), url('ptc75f_w.eot?#iefix') format('embedded-opentype'), url('ptc75f_w.woff') format('woff'),url('ptc75f_w.ttf') format('truetype'), url('ptc75f_w.svg#PTSans-CaptionBold') format('svg');}
|
||||
|
||||
@font-face {font-family: 'PT Sans Narrow';
|
||||
src: url('ptn57f_w.eot');
|
||||
src: local('PT Sans Narrow'), url('PTN57F_W.eot?#iefix') format('embedded-opentype'), url('PTN57F_W.woff') format('woff'),url('PTN57F_W.ttf') format('truetype'), url('PTN57F_W.svg#PTSans-Narrow') format('svg');}
|
||||
src: local('PT Sans Narrow'), url('ptn57f_w.eot?#iefix') format('embedded-opentype'), url('ptn57f_w.woff') format('woff'),url('ptn57f_w.ttf') format('truetype'), url('ptn57f_w.svg#PTSans-Narrow') format('svg');}
|
||||
|
||||
@font-face {font-family: 'PT Sans Narrow';
|
||||
font-weight: bold;
|
||||
src: url('ptn77f_w.eot');
|
||||
src: local('PT Sans Narrow Bold'), url('PTN77F_W.eot?#iefix') format('embedded-opentype'), url('PTN77F_W.woff') format('woff'),url('PTN77F_W.ttf') format('truetype'), url('PTN77F_W.svg#PTSans-NarrowBold') format('svg');}
|
||||
src: local('PT Sans Narrow Bold'), url('ptn77f_w.eot?#iefix') format('embedded-opentype'), url('ptn77f_w.woff') format('woff'),url('ptn77f_w.ttf') format('truetype'), url('ptn77f_w.svg#PTSans-NarrowBold') format('svg');}
|
||||
|
|
Loading…
Reference in a new issue