Преглед на файлове

deploy: dbac3869c7fc4c44f29b47cf45c1a744e1d22c56

jserv преди 3 години
родител
ревизия
69ba58af42
променени са 4 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. BIN
      Manrope_variable.ttf
  2. 1 1
      index.html
  3. 2 1
      lkmpg-for-ht.css
  4. 1 1
      lkmpg-for-ht.html

BIN
Manrope_variable.ttf


+ 1 - 1
index.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>October 8, 2021</span></div>
+<div class='date'><span class='ecrm-1200'>October 10, 2021</span></div>
                                                                   
 
                                                                   

+ 2 - 1
lkmpg-for-ht.css

@@ -181,9 +181,10 @@ div.verbatiminput {font-family: monospace,monospace; white-space: nowrap; }
 pre.fancyvrb {white-space: pre-wrap; margin:0em;font-family:monospace,monospace;}
 .framedenv{border: 1px solid black;}
 html { width: 100vw; overflow-x: hidden; }
+@font-face { font-family: Manrope; src: url(Manrope_variable.ttf); }
 body { max-width: 55rem; box-sizing: border-box; padding: 1rem; margin: 0 auto; overflow-x: hidden; background-color: #F4ECD8; color: #5B464B; line-height: 1.5; }
 a { color: #0060DF; }
-p, a { font-size: 1.2rem; }
+p, a { font-size: 1.2rem; font-family: Manrope; }
 p + pre { font-size: 1.1em; }
 div.author { white-space: normal; }
 img.math { height: 1rem; vertical-align: top; }

+ 1 - 1
lkmpg-for-ht.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>October 8, 2021</span></div>
+<div class='date'><span class='ecrm-1200'>October 10, 2021</span></div>