mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6cc2db3cdd
Upgrade Prettier to v3 GitOrigin-RevId: 6f1338f196408f3edb4892d5220ad3665ff1a5bc
10 lines
306 B
CSS
10 lines
306 B
CSS
@font-face {
|
|
font-family: 'Source Code Pro';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
local('Source Code Pro Regular'),
|
|
local('SourceCodePro-Regular'),
|
|
url('source-code-pro-v13-latin-regular.woff2') format('woff2'),
|
|
url('source-code-pro-v13-latin-regular.woff') format('woff');
|
|
}
|