mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 09:39:35 +02:00
Update editor font options and load Source Code Pro GitOrigin-RevId: 1b3ddcfcc682b484ded93598eb05621f792b2db2
9 lines
298 B
CSS
9 lines
298 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');
|
|
}
|