8 lines
287 B
CSS
8 lines
287 B
CSS
/* roboto-mono-cyrillic-500-normal */
|
|
@font-face {
|
|
font-family: 'Roboto Mono';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-weight: 500;
|
|
src: url(./files/roboto-mono-cyrillic-500-normal.woff2) format('woff2'), url(./files/roboto-mono-cyrillic-500-normal.woff) format('woff');
|
|
} |