Update run-fuzzer.sh

This commit is contained in:
Alexey Milovidov 2022-05-28 21:25:20 +03:00 committed by GitHub
parent 15f2912dc9
commit e500ec5fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,8 +356,7 @@ cat > report.html <<EOF ||:
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<style> <style>
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap'); body { font-family: "DejaVu Sans", "Noto Sans", Arial, sans-serif; background: #EEE; }
body { font-family: "Hind Siliguri", Arial, sans-serif; background: #EEE; }
h1 { margin-left: 10px; } h1 { margin-left: 10px; }
th, td { border: 0; padding: 5px 10px 5px 10px; text-align: left; vertical-align: top; line-height: 1.5; background-color: #FFF; th, td { border: 0; padding: 5px 10px 5px 10px; text-align: left; vertical-align: top; line-height: 1.5; background-color: #FFF;
td { white-space: pre; font-family: Monospace, Courier New; } td { white-space: pre; font-family: Monospace, Courier New; }