diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:09:41 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:09:41 +0100 |
commit | 288ace1df39dbea40cae66d0b04bfdefcd6cec70 (patch) | |
tree | 87c03b9dbfb330b7e743a45276d73de0cea0e950 /src/tests/html/font_test.html | |
parent | Lindsay's credits (diff) | |
download | rekonq-288ace1df39dbea40cae66d0b04bfdefcd6cec70.tar.xz |
WARNING COMMIT --> FIRST REKONQ 2 IMPORT
Preparing repo to merge rekonq2 code...
Diffstat (limited to 'src/tests/html/font_test.html')
-rw-r--r-- | src/tests/html/font_test.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/tests/html/font_test.html b/src/tests/html/font_test.html deleted file mode 100644 index 2e889ea8..00000000 --- a/src/tests/html/font_test.html +++ /dev/null @@ -1,24 +0,0 @@ -<html> - -<head> -</head> - -<body> - -<p style="font-family:'Dejavu Sans'"> -This should be Dejavu Sans. -</p> - -<p style="font-family:'Dejavu Sans Mono'"> -This should be Dejavu Sans Mono. -</p> - -<p style="font-family:'Dejavu Serif'"> -This should be Dejavu Serif. -</p> - - -</body> - - -</html> |