@charset "UTF-8";

/*
 *  Packetizer Fonts CSS
 *  Copyright © 2025 Packetizer, Inc.
 *  All Rights Reserved
 *
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400&display=swap');

.source-code-font
{
    font-family: 'Roboto Mono', monospace;
    font-variant-numeric: slashed-zero;
    /* The following is an alternative for the above */
    font-feature-settings: 'zero' 1;
}
