mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
36 lines
1.1 KiB
JavaScript
36 lines
1.1 KiB
JavaScript
export { default } from './base'
|
|
export { default as dark } from './dark'
|
|
export { default as future } from './future'
|
|
export { default as condensed } from './condensed'
|
|
export { default as yellow } from './yellow'
|
|
export { default as swiss } from './swiss'
|
|
export { default as poppins } from './poppins'
|
|
|
|
// serif
|
|
export { default as book } from './book'
|
|
|
|
// script
|
|
export { default as script } from './script'
|
|
export { default as comic } from './comic'
|
|
export { default as notes } from './notes'
|
|
export { default as code } from './code'
|
|
export { default as lobster } from './lobster'
|
|
|
|
// components
|
|
export { default as syntaxHighlighter } from './syntax-highlighter'
|
|
export { default as syntaxHighlighterPrism } from './syntax-highlighter-prism'
|
|
|
|
// experimental
|
|
export { default as hack } from './hack'
|
|
export { default as rye } from './rye'
|
|
export { default as big } from './big'
|
|
|
|
// fixed aspect ratio
|
|
export { default as aspect } from './aspect'
|
|
export { default as aspect43 } from './aspect-4-3'
|
|
|
|
// super
|
|
// https://fonts.google.com/specimen/Creepster
|
|
// https://fonts.google.com/specimen/Pirata+One
|
|
// https://fonts.google.com/specimen/Merriweather
|