Font used for code blocks

Roboto Mono is a monospaced addition to the Roboto type family. Like the other members of the Roboto family, the fonts are optimized for readability on screens across a wide variety of devices and reading environments. While the monospaced version is related to its variable width cousin, it doesn’t hesitate to change forms to better fit the constraints of a monospaced environment. For example, narrow glyphs like ‘I’, ‘l’ and ‘i’ have added serifs for more even texture while wider glyphs are adjusted for weight. Curved caps like ‘C’ and ‘O’ take on the straighter sides from Roboto Condensed.
(Source: Google Fonts)

Roboto Mono



Characters


abcdefghijklmnopqrstuvwxyz

abcdefghijklmnopqrstuvwxyz

‘ ? ’ “ ! ” ( % ) [ # ] { @ } / & \ < - + ÷ × = > ® © $ € £ ¥ ¢ : ; , . *



Example


from influxdb_client import InfluxDBClient url = 'https://us-west-2-1.aws.cloud2.influxdata.com' token = 'my-token' org = 'my-org' bucket = 'my-bucket' with InfluxDBClient(url=url, token=token, org=org) as client: query_api = client.query_api() tables = query_api.query('from(bucket: "my-bucket") |> range(start: -1d)') for table in tables: for record in table.records: print(str(record["_time"]) + " - " + record.get_measurement() + " " + record.get_field() + "=" + str(record.get_value()))

Previous

Primary Typeface

Next

Badges