1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-01-23 17:53:04 +02:00
This commit is contained in:
Sergey Konstantinov 2020-11-10 12:15:16 +03:00
parent 22ee25d368
commit e8eaba55a7
3 changed files with 2 additions and 6 deletions

View File

@ -14,9 +14,7 @@ const html = `<html><head>
<meta charset="utf-8"/>
<title>Сергей Константинов. API</title>
<meta name="author" content="Сергей Константинов"/>
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Serif"/>
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Sans"/>
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=Inconsolata"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif&family=PT+Sans&family=Inconsolata"/>
<style>${fs.readFileSync('src/style.css', 'utf-8')}</style>
</head><body>
<article>${content}</article>

View File

@ -2,9 +2,7 @@
<meta charset="utf-8"/>
<title>Сергей Константинов. API</title>
<meta name="author" content="Сергей Константинов"/>
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Serif"/>
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=PT+Sans"/>
<link rel="stylsheet" href="https://fonts.googleapis.com/css?family=Inconsolata"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif&family=PT+Sans&family=Inconsolata"/>
<style>body {
font-family: 'PT Serif';
font-size: 14pt;

Binary file not shown.