File size: 289 Bytes
9023ac5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | custom_css = """
<style>
body, .gradio-container {
font-family: 'Roboto', sans-serif;
}
h1, h2, h3, label {
font-family: 'Fira Code', monospace;
color: #2c3e50;
}
textarea, input, select, button {
font-family: 'Courier New', monospace;
font-size: 15px;
}
</style>
""" |