Skip to content
Snippets Groups Projects

Draft: Font Roboto

Closed Uwe Jandt (DESY, HIFIS) requested to merge 266-font-roboto into master
20 files
+ 23
30
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -92,7 +92,7 @@
@mixin font-bold { font-weight: 700; }
@mixin font-regular { font-weight: normal; }
@mixin font-very-large { font-size: 1.5rem; }
@mixin font-very-large { font-size: 1.35rem; }
@mixin font-large { font-size: 1.2rem; }
@mixin font-normal { font-size: 1.0rem; }
@mixin font-small { font-size: 0.9rem; }
@@ -106,7 +106,7 @@
@mixin font-heading {
@include font-bold;
font-family: "Hermann", sans-serif;
font-family: "Roboto", sans-serif;
}
@mixin font-text {
@@ -114,7 +114,7 @@
@include font-regular;
text-transform: none;
font-family: "Corporate S", serif;
font-family: "Roboto", sans-serif;
}
/*
Loading