Skip to content

en.cppreference.com by 0017031

Details

Author0017031

LicenseNo License

Categorycode

Created

Updated

Size527 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cascadia code, bold

Notes

Cascadia code, bold

Source code

/* ==UserStyle==
@name         en.cppreference.com
@version      20231106.03.26
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://en.cppreference.com/w/") {
.monospace,
code,
.source-cpp {
    /* border: 1px solid green; */
    /* background-color: #eeeeee; */
    /* color: #03396c; */
    font-weight: bold;
    font-family: "Cascadia Code"!important;
    font-size: 1em;
}

span {
    font-style: normal!important;
}


body {
    font-family: Cambria;
    font-size: 1.1em;
}
}

Reviews

No reviews yet.