9 lines
191 B
CSS
9 lines
191 B
CSS
|
@font-face {
|
||
|
font-family: 'Roboto Mono';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src:
|
||
|
local('Roboto Mono'),
|
||
|
local('RobotoMono-Regular'),
|
||
|
url('Roboto_Mono_400.woff2') format('woff2')
|
||
|
}
|