tweak some readability parameters
This commit is contained in:
parent
d1b2259d81
commit
c2a08ece47
plugins/readability
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define READABILITY_N 88097 + 1000
|
||||
#define READABILITY_N 88229 + 1000
|
||||
|
||||
void read_readability_js(char* string);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user