@@ -18,21 +18,21 @@ const subsets = { /* eslint-disable quote-props */
1818
1919// See https://github.com/system-fonts/modern-font-stacks
2020const MODERN_FONTS = {
21- 'system-ui' : 'system-ui, sans-serif' ,
22- 'transitional' : "Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif" ,
23- 'old-style' : "'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif" ,
24- 'humanist' : "Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif" ,
25- 'geometric-humanist' : "Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif" ,
26- 'classical-humanist' : "Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif" ,
27- 'neo-grotesque' : "Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif" ,
28- 'monospace-slab-serif' : "'Nimbus Mono PS', 'Courier New', monospace" ,
29- 'monospace-code' : "ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace" ,
30- 'industrial' : "Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif" ,
31- 'rounded-sans' : "ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif" ,
32- 'slab-serif' : "Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif" ,
33- 'antique' : "Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif" ,
34- 'didone' : "Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif" ,
35- 'handwritten' : "'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive" ,
21+ 'modern-stack- system-ui' : 'system-ui, sans-serif' ,
22+ 'modern-stack- transitional' : "Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif" ,
23+ 'modern-stack- old-style' : "'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif" ,
24+ 'modern-stack- humanist' : "Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif" ,
25+ 'modern-stack- geometric-humanist' : "Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif" ,
26+ 'modern-stack- classical-humanist' : "Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif" ,
27+ 'modern-stack- neo-grotesque' : "Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif" ,
28+ 'modern-stack- monospace-slab-serif' : "'Nimbus Mono PS', 'Courier New', monospace" ,
29+ 'modern-stack- monospace-code' : "ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace" ,
30+ 'modern-stack- industrial' : "Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif" ,
31+ 'modern-stack- rounded-sans' : "ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif" ,
32+ 'modern-stack- slab-serif' : "Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif" ,
33+ 'modern-stack- antique' : "Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif" ,
34+ 'modern-stack- didone' : "Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif" ,
35+ 'modern-stack- handwritten' : "'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive" ,
3636}
3737
3838export const getGoogleFontURL = fontName => {
0 commit comments