Use Iosevka in DataDog
DataDog + Iosevka by bkudria
Details
Authorbkudria
LicenseNo License
Categoryapp.datadoghq.com
Created
Updated
Size549 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DataDog + Iosevka
@version 20241023.23.04
@namespace ?
@description Use Iosevka in DataDog
==/UserStyle== */
@-moz-document domain("app.datadoghq.com") {
.druids_typography_text--is-monospace[class] {
letter-spacing: -0.01em;
font-family: "Iosevka Fixed", "Iosevka Nerd Font Mono", "Roboto Mono", Menlo, "Liberation Mono", Courier, monospace
}
.druids_typography_code__code {
font-family: "Iosevka Fixed", "Iosevka Nerd Font Mono", "Roboto Mono", Menlo, "Liberation Mono", Courier, monospace
}
}