14 lines
374 B
CSS
14 lines
374 B
CSS
|
/* pt-mono-400normal - latin */
|
||
|
@font-face {
|
||
|
font-family: 'PT Mono';
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
font-weight: 400;
|
||
|
src:
|
||
|
local('PT Mono Regular '),
|
||
|
local('PT Mono-Regular'),
|
||
|
url('./files/pt-mono-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
||
|
url('./files/pt-mono-latin-400.woff') format('woff'); /* Modern Browsers */
|
||
|
}
|
||
|
|