<script>
export let font;
export let color;
</script>
<div style='font-family: {font}; color: {color};'>{color} {font}</div>