summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 23:04:38 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 23:04:38 +0000
commit0ebfee52dc88dabb01ca8fea4326be08fa4fdff3 (patch)
tree997d0de37d7b03cc01f1b4de97ef71d92bc01544
parent3b072f7505d03f8565bcd358efd3def604ad4826 (diff)
downloadchromium_src-0ebfee52dc88dabb01ca8fea4326be08fa4fdff3.zip
chromium_src-0ebfee52dc88dabb01ca8fea4326be08fa4fdff3.tar.gz
chromium_src-0ebfee52dc88dabb01ca8fea4326be08fa4fdff3.tar.bz2
Print Preview: Remove invalid @font-face declarations.
BUG=none TEST=none Review URL: http://codereview.chromium.org/7080037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87387 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/print_preview.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/chrome/browser/resources/print_preview.css b/chrome/browser/resources/print_preview.css
index f309071..fc0ff26 100644
--- a/chrome/browser/resources/print_preview.css
+++ b/chrome/browser/resources/print_preview.css
@@ -635,23 +635,6 @@ select {
font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
-@font-face {
- font-family: 'Open Sans';
- src: url(_fonts/OpenSans-Regular.ttf);
-}
-
-@font-face {
- font-family: 'Open Sans';
- font-weight: 600;
- src: url(_fonts/OpenSans-Semibold.ttf);
-}
-
-@font-face {
- font-family: 'Open Sans';
- font-weight: bold;
- src: url(_fonts/OpenSans-Bold.ttf);
-}
-
#mainview {
-webkit-box-flex: 1;
-webkit-user-select: none;