site_oueb_2/DBSR-master/src/DBSR_GUI_Resources/webfonts/SourceCodePro.css

15 lines
513 B
CSS
Executable File

/* Source Code Pro is licensed under the SIL Open Font License, Version 1.1 - http://scripts.sil.org/OFL */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: normal;
src: local('SourceCodePro-Regular'),
url(?resource=webfonts/SourceCodePro-Regular.woff) format('woff');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: bold;
src: local('SourceCodePro-Bold'),
url(?resource=webfonts/SourceCodePro-Bold.woff) format('woff');
}