Skip to content
Snippets Groups Projects
Commit b032e1e3 authored by rhenck's avatar rhenck
Browse files

Use font NunitoSans and make all elements ignore font-family

- Remove all Roboto files

Since there is just one font, this setting can be safely ignored. This 
is easier than sanitizing all elements.
parent 96f78e76
No related branches found
No related tags found
No related merge requests found
Pipeline #50268 failed
Showing
with 6 additions and 1 deletion
body { body {
margin: 0; margin: 0;
font-family: 'Roboto', sans-serif font-family: 'NunitoSans', sans-serif;
} }
/*This is part of a hack to set the bodys cursor to grabbing while /*This is part of a hack to set the bodys cursor to grabbing while
......
@use '../../../node_modules/@angular/material/index' as mat; @use '../../../node_modules/@angular/material/index' as mat;
@import '../../../node_modules/@angular/material/theming'; @import '../../../node_modules/@angular/material/theming';
$aspect-typography: mat.define-typography-config(
$font-family: 'NunitoSans',
);
@include angular-material-typography($aspect-typography);
$aspect-element-border-color: #ccc; $aspect-element-border-color: #ccc;
$aspect-element-border-hover-color: #333; $aspect-element-border-hover-color: #333;
$aspect-primary: mat.define-palette(mat.$pink-palette); $aspect-primary: mat.define-palette(mat.$pink-palette);
......
File added
File added
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment