src.styles._fonts.scss Maven / Gradle / Ivy
// Montserrat
@font-face {
font-family: 'Montserrat';
src: url('/assets/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('/assets/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
// Ubuntu
@font-face {
font-family: 'Ubuntu';
src: url('/assets/fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('/assets/fonts/ubuntu/Ubuntu-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Ubuntu';
src: url('/assets/fonts/ubuntu/Ubuntu-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('/assets/fonts/ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
// Source Code Pro
@font-face {
font-family: 'Source Code Pro';
src: url('/assets/fonts/sourcecodepro/SourceCodePro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy