styles.css (1205B)
1 @font-face { 2 font-family: 'RadrootsSerif'; 3 src: url('/fonts/serif/RadrootsSerif-regular.woff') format('woff'); 4 font-weight: normal; 5 font-style: normal; 6 font-display: swap; 7 } 8 9 @font-face { 10 font-family: 'RadrootsSerif'; 11 src: url('/fonts/serif/RadrootsSerif-regular-italic.woff') format('woff'); 12 font-weight: normal; 13 font-style: italic; 14 font-display: swap; 15 } 16 17 @font-face { 18 font-family: 'RadrootsSerif'; 19 src: url('/fonts/serif/RadrootsSerif-bold.woff') format('woff'); 20 font-weight: bold; 21 font-style: normal; 22 font-display: swap; 23 } 24 25 26 @font-face { 27 font-family: 'RadrootsSerifDisplay'; 28 src: url('/fonts/serif/RadrootsSerifDisplay-regular.woff') format('woff'); 29 font-weight: normal; 30 font-style: normal; 31 font-display: swap; 32 } 33 34 @font-face { 35 font-family: 'RadrootsSerifDisplay'; 36 src: url('/fonts/serif/RadrootsSerifDisplay-medium.woff') format('woff'); 37 font-weight: 600; 38 font-style: normal; 39 font-display: swap; 40 } 41 42 @font-face { 43 font-family: 'RadrootsSerifDisplay'; 44 src: url('/fonts/serif/RadrootsSerifDisplay-bold.woff') format('woff'); 45 font-weight: 700; 46 font-style: normal; 47 font-display: swap; 48 } 49