/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
+ font-display: swap;
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'),
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
+ font-display: swap;
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
/* roboto-500 - latin */
@font-face {
font-family: 'Roboto';
+ font-display: swap;
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'),
/* roboto-700 - latin */
@font-face {
font-family: 'Roboto';
+ font-display: swap;
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'),
}
}
+@include smaller-than($m) {
+ h1 {
+ font-size: 2.666em;
+ }
+ h2 {
+ font-size: 2.2222em;
+ }
+ h3 {
+ font-size: 1.6666em;
+ }
+ h4 {
+ font-size: 1.3333em;
+ }
+}
+
/*
* Other HTML Text Elements
*/