native-fonts

font-family string with native presets, for fast yet beautiful html pages.

Usage no npm install needed!

<script type="module">
  import nativeFonts from 'https://cdn.skypack.dev/native-fonts';
</script>

README

native-fonts

font-family string with native presets, for fast yet beautiful html pages.

-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';

Install

npm install native-fonts

Usage

const nativeFonts = require('native-fonts')

const styles = {
  fontFamily: nativeFonts,
}

License

MIT

Author

me
Pablo Varela