File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,18 @@ styles: true
55
66@import " alembic" ;
77
8+ /*
9+ @import url('https://fonts.googleapis.com/css?family=Cutive+Mono&display=swap');
10+ @import url('https://fonts.googleapis.com/css?family=Cutive+Mono&display=swap');
11+ @import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap');
12+ */
13+ @import url (' https://fonts.googleapis.com/css?family=Cousine&display=swap' );
14+
15+
816/* HP edit add pale text for header */
917.feature h2 {
10- color : white
18+ font-family : ' Cousine' , monospace ;
19+ color : #222222 ;
20+ font-size : 4em ;
21+ text-shadow : 4px 4px grey ;
1122}
Original file line number Diff line number Diff line change 11---
2- title : Cosmic Python
2+ title :
33layout : page
44feature_image : " https://www.jpl.nasa.gov/spaceimages/images/largesize/PIA13111_hires.jpg"
55feature_text : |
6- ## Cosmic Python
6+ ## cosmic_python
77---
88
99{% include figure.html image="images/cover.png" alt="Cover Image for Architecture Patterns with Python Book" position="right" width="200" %}
You can’t perform that action at this time.
0 commit comments