From 4005738e6a5d048049e6e1c51e79bd1a07575b90 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 10 Oct 2015 10:47:05 +0000 Subject: [PATCH] Fixed incorrect case of some urls in the ptsans stylesheet. - Legacy-Id: 10176 --- ietf/externals/static/ptsans/stylesheet.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ietf/externals/static/ptsans/stylesheet.css b/ietf/externals/static/ptsans/stylesheet.css index aaab6e913..517ac7fcf 100644 --- a/ietf/externals/static/ptsans/stylesheet.css +++ b/ietf/externals/static/ptsans/stylesheet.css @@ -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');}