Commit 88297c24 authored by Mark Harding's avatar Mark Harding

(chore): more missing robotos

1 merge request!332(chore): roboto should fall back to other fonts
Pipeline #64682693 running with stage
......@@ -33,7 +33,7 @@ m-announcement{
text-align: center;
letter-spacing: 1.2px;
font-weight: 300;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 16px;
......
......@@ -63,7 +63,7 @@
display: flex;
align-items: center;
margin: 16px;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
@include m-theme(){
color: themed($m-red);
}
......
......@@ -104,12 +104,12 @@
a {
text-decoration: none;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 1.25px;
font-size: 10px;
font-weight: 600;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
}
img {
border-radius: 50%;
......@@ -118,7 +118,7 @@
margin-right: 4px;
}
span {
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
text-transform: uppercase;
font-size: 10px;
text-align: right;
......
......@@ -24,7 +24,7 @@ m-boost-console-card {
.m-boost-card--rejection-reason {
padding: 16px;
font-size: 13px;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing: 0.5px;
display: flex;
align-items: center;
......
......@@ -39,7 +39,7 @@
}
span {
text-transform: uppercase;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing: 0.25px;
vertical-align: middle;
@include m-theme(){
......
......@@ -52,7 +52,7 @@
}
h3, p {
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
letter-spacing: 0.50px;
text-rendering: optimizeLegibility;
......
......@@ -21,7 +21,7 @@
width:100%;
-webkit-appearance:none;
border-radius: 3px;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
font-weight: 800;
@include m-theme(){
border: 1px solid themed($m-grey-50);
......
......@@ -41,7 +41,7 @@
}
span {
text-transform: uppercase;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing: 0.25px;
@include m-theme(){
color: themed($m-grey-600);
......
......@@ -131,7 +131,7 @@
}
.m-helpdesk__dashboard h1, .m-helpdesk__dashboard h3, .m-helpdesk__dashboard h2 {
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
margin: 0;
@include m-theme(){
color: themed($m-white);
......
......@@ -138,7 +138,7 @@
font-weight: 600;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing: 1px;
//box-shadow: 0 0 6px rgba(255,255,255,0.22);
@include m-theme(){
......@@ -170,7 +170,7 @@
.m-register-tac{
padding-right:16px;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
@include m-theme(){
color: rgba(themed($m-white),0.8);
}
......@@ -191,7 +191,7 @@
}
}
.m-register-btn {
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing: 1.25px;
background: transparent;
font-size: 12px;
......@@ -361,7 +361,7 @@ m-homepage {
}
}
p{
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
line-height: 18px;
font-size: 14px;
margin: 24px 0;
......@@ -390,7 +390,7 @@ m-homepage {
}
label{
font-size: 18px;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
font-weight: 400;
letter-spacing: 2px;
@include m-theme(){
......@@ -651,7 +651,7 @@ m-homepage {
text-transform: uppercase;
letter-spacing: 4px;
flex:1;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
font-weight: 400;
}
}
......@@ -680,7 +680,7 @@ m-homepage {
letter-spacing: 2px;
font-size: 14px;
font-weight: 400;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
cursor: pointer;
pointer-events: all;
}
......
......@@ -13,7 +13,7 @@
line-height: 35px;
padding: 8px 24px;
font-weight: 300;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
@include m-theme(){
color: themed($m-white);
}
......
......@@ -277,7 +277,7 @@ minds-activity.mdl-card, minds-activity, minds-activity-preview{
.mdl-card__supporting-text{
width:100%;
box-sizing: border-box;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
@include m-theme(){
......
......@@ -118,7 +118,7 @@
h1, h3, h2 {
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
margin: 0;
@include m-theme(){
color: themed($m-white);
......@@ -160,7 +160,7 @@
height: 48px;
padding: 0 24px;
font-weight: 400;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
@include m-theme(){
color: themed($m-white);
}
......
......@@ -58,12 +58,12 @@
a {
text-decoration: none;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 1.25px;
font-size: 10px;
font-weight: 600;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
}
img {
border-radius: 50%;
......@@ -72,7 +72,7 @@
margin-right: 4px;
}
span {
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
text-transform: uppercase;
font-size: 10px;
text-align: right;
......
......@@ -100,7 +100,7 @@
vertical-align: middle;
padding: 8px;
line-height: 1em;
font-family: minds_emoji, 'Roboto';
font-family: minds_emoji, 'Roboto', Helvetica, sans-serif;
}
i{
width: 24px;
......
......@@ -28,7 +28,7 @@
}
.m-messenger--dockpane-tab{
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
border-radius: 3px 3px 0 0;
height: 28px;
width: 100%;
......
......@@ -38,7 +38,7 @@
}
}
.m-monetization--overview-period-tip{
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
margin-top: -28px;
font-size: 9px;
letter-spacing:1px;
......@@ -96,7 +96,7 @@
table-layout: fixed;
th {
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
......
......@@ -20,7 +20,7 @@
.m-revenue--options-payout-method-bank{
p{
font-family:'Roboto';
font-family: 'Roboto', Helvetica, sans-serif;
margin:0;
}
.m-revenue--options-payout-method-bank-account{
......@@ -58,7 +58,7 @@
.m-revenue--options-payout-method-setup{
p{
font-family:'Roboto';
font-family: 'Roboto', Helvetica, sans-serif;
}
form{
......@@ -83,7 +83,7 @@
select{
font-size: 16px;
font-family:'Roboto';
font-family: 'Roboto', Helvetica, sans-serif;
font-weight: 300;
@include m-theme(){
color: themed($m-grey-400);
......@@ -114,7 +114,7 @@
font-size: 24px;
}
p{
font-family:'Roboto';
font-family: 'Roboto', Helvetica, sans-serif;
//margin:0;
}
button{
......
......@@ -113,7 +113,7 @@ m-newsfeed--sorted {
.m-feeds-sorted__query {
font-size: 16px;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
letter-spacing: 1px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
......
......@@ -42,7 +42,7 @@
font-size: 11px;
text-transform: uppercase;
font-weight: 400;
font-family: Roboto;
font-family: 'Roboto', Helvetica, sans-serif;
@include m-theme(){
color: themed($m-grey-800);
}
......
......@@ -13,7 +13,7 @@ body.m-theme__dark {
}
h1,h2,h3,h4{
font-family:'Roboto';
font-family: 'Roboto', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment