github.com/rabbouni145/gg@v0.47.1/docs/themes/gohugoioTheme/src/css/_font-family.css (about) 1 /* From http://cssfontstack.com */ 2 code, .code, pre code, .highlight pre { 3 font-family: 'inconsolata',Menlo,Monaco,'Courier New',monospace; 4 } 5 6 .sans-serif { 7 font-family: 'Muli', 8 avenir, 9 'helvetica neue', helvetica, 10 ubuntu, 11 roboto, noto, 12 'segoe ui', arial, 13 sans-serif; 14 } 15 16 17 .serif { 18 font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif; 19 } 20 21 /* Monospaced Typefaces (for code) */ 22 23 24 .courier { 25 font-family: 'Courier Next', 26 courier, 27 monospace; 28 } 29 30 31 /* Sans-Serif Typefaces */ 32 33 .helvetica { 34 font-family: 'helvetica neue', helvetica, 35 sans-serif; 36 } 37 38 .avenir { 39 font-family: 'avenir next', avenir, 40 sans-serif; 41 } 42 43 44 /* Serif Typefaces */ 45 46 .athelas { 47 font-family: athelas, 48 georgia, 49 serif; 50 } 51 52 .georgia { 53 font-family: georgia, 54 serif; 55 } 56 57 .times { 58 font-family: times, 59 serif; 60 } 61 62 .bodoni { 63 font-family: "Bodoni MT", 64 serif; 65 } 66 67 .calisto { 68 font-family: "Calisto MT", 69 serif; 70 } 71 72 .garamond { 73 font-family: garamond, 74 serif; 75 } 76 77 .baskerville { 78 font-family: baskerville, 79 serif; 80 }