Skip to content

Commit 75afb12

Browse files
authored
Merge pull request #524 from sigmacomputing/cortex-revision
Site font style change
2 parents 40ba71d + c702466 commit 75afb12

File tree

7 files changed

+298
-71904
lines changed

7 files changed

+298
-71904
lines changed

site/app/css/sigma-dev-8020.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
}
229229

230230
body {
231-
font-family: 'Lato 2', sans-serif;
231+
/* font-family: 'Lato 2', sans-serif; */
232232
color: #333;
233233
font-size: 14px;
234234
line-height: 20px;
@@ -71859,6 +71859,7 @@ figure {
7185971859
}
7186071860
}
7186171861

71862+
/* Commented out for DM Sans replacement
7186271863
@font-face {
7186371864
font-family: 'Lato 2';
7186471865
src: url('../fonts/Lato-Regular.ttf') format('truetype');
@@ -71894,6 +71895,7 @@ figure {
7189471895
font-style: normal;
7189571896
font-display: swap;
7189671897
}
71898+
*/
7189771899

7189871900
/* Added by PB */
7189971901
a.buttons-wrapper .w-button {

site/app/styles/_fonts.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ $texta-bold: 'Texta-Bold', sans-serif;
306306
$texta-black: 'Texta-Black', sans-serif;
307307

308308

309+
/* Commented out for DM Sans replacement
309310
@font-face {
310311
font-family: 'Lato-Regular';
311312
src: url('../fonts/Lato-Regular.eot');
@@ -317,8 +318,10 @@ $texta-black: 'Texta-Black', sans-serif;
317318
font-style: normal;
318319
font-display: swap;
319320
}
320-
$lato: 'Lato-Regular', sans-serif;
321+
*/
322+
$lato: 'DM Sans', sans-serif;
321323

324+
/* Commented out for DM Sans replacement
322325
@font-face {
323326
font-family: 'Lato-Medium';
324327
src: url('../fonts/Lato-Medium.eot');
@@ -330,8 +333,10 @@ $lato: 'Lato-Regular', sans-serif;
330333
font-style: normal;
331334
font-display: swap;
332335
}
333-
$lato-medium: 'Lato-Medium', sans-serif;
336+
*/
337+
$lato-medium: 'DM Sans', sans-serif;
334338

339+
/* Commented out for DM Sans replacement
335340
@font-face {
336341
font-family: 'Lato-Bold';
337342
src: url('../fonts/Lato-Bold.eot');
@@ -343,7 +348,8 @@ $lato-medium: 'Lato-Medium', sans-serif;
343348
font-style: normal;
344349
font-display: swap;
345350
}
346-
$lato-bold: 'Lato-Bold', sans-serif;
351+
*/
352+
$lato-bold: 'DM Sans', sans-serif;
347353

348354
// @font-face {
349355
// font-family: 'Lato-Heavy';

site/app/styles/_material.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
@mixin md-font-base() {
18-
font-family: 'Lato-Regular', sans-serif;
18+
/* font-family: 'Lato-Regular', sans-serif; */
1919
-webkit-font-smoothing: antialiased;
2020
}
2121

0 commit comments

Comments
 (0)