tweak some readability parameters

This commit is contained in:
NunoSempere 2025-01-14 12:40:24 +01:00
parent d1b2259d81
commit c2a08ece47
3 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define READABILITY_N 88097 + 1000
#define READABILITY_N 88229 + 1000
void read_readability_js(char* string)
{

View File

@ -1,5 +1,5 @@
#pragma once
#define READABILITY_N 88097 + 1000
#define READABILITY_N 88229 + 1000
void read_readability_js(char* string);

View File

@ -2613,11 +2613,13 @@ if (typeof module === "object") {
var style_sheet_simple = `
<style type="text/css">
/* @import url("https://fonts.googleapis.com/css2?family=Inconsolata"); */
body {
padding: 40px 200px 40px 200px !important;
padding: 30px 150px 30px 150px !important;
font-size: 18px;
font: 18px/1.5 Roboto;
// font: 18px/1.5 Roboto;
// font-family: "Inconsolata";
line-height: 1.6;
background-color: #FEFEFE !important;
color: #444 !important;