Skip to content

Commit 4005738

Browse files
committed
Fixed incorrect case of some urls in the ptsans stylesheet.
- Legacy-Id: 10176
1 parent 318572a commit 4005738

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

ietf/externals/static/ptsans/stylesheet.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33

44
@font-face {font-family: 'PT Sans';
55
src: url('pts55f_w.eot');
6-
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');}
6+
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');}
77

88
@font-face {font-family: 'PT Sans';
99
font-style: italic;
1010
src: url('pts56f_w.eot');
11-
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');}
11+
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');}
1212

1313
@font-face {font-family: 'PT Sans';
1414
src: url('pts75f_w.eot');
1515
font-style: normal;
1616
font-weight: bold;
17-
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');}
17+
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');}
1818

1919
@font-face {font-family: 'PT Sans';
2020
font-style: italic;
2121
font-weight: bold;
2222
src: url('pts76f_w.eot');
23-
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');}
23+
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');}
2424

2525
@font-face {font-family: 'PT Sans Caption';
2626
src: url('ptc55f_w.eot');
27-
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');}
27+
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');}
2828

2929
@font-face {font-family: 'PT Sans Caption';
3030
font-weight: bold;
3131
src: url('ptc75f_w.eot');
32-
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');}
32+
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');}
3333

3434
@font-face {font-family: 'PT Sans Narrow';
3535
src: url('ptn57f_w.eot');
36-
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');}
36+
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');}
3737

3838
@font-face {font-family: 'PT Sans Narrow';
3939
font-weight: bold;
4040
src: url('ptn77f_w.eot');
41-
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');}
41+
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');}

0 commit comments

Comments
 (0)