Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
815
Issues
815
List
Boards
Labels
Service Desk
Milestones
Merge Requests
54
Merge Requests
54
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
88297c24
Commit
88297c24
authored
2 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): more missing robotos
parent
6febc789
chore/RobotoFallback
1 merge request
!332
(chore): roboto should fall back to other fonts
Pipeline
#64682693
running with stage
Changes
21
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
36 additions
and
36 deletions
+36
-36
announcement.component.scss
...mmon/components/announcements/announcement.component.scss
+1
-1
boosts.scss
src/app/controllers/admin/boosts/boosts.scss
+1
-1
tile.component.scss
src/app/modules/blogs/tile/tile.component.scss
+3
-3
card.component.scss
src/app/modules/boost/console/card/card.component.scss
+1
-1
tile.component.scss
src/app/modules/channels/tile/tile.component.scss
+1
-1
faq.component.scss
src/app/modules/faq/faq.component.scss
+1
-1
login.scss
src/app/modules/forms/login/login.scss
+1
-1
tile.component.scss
src/app/modules/groups/tile/tile.component.scss
+1
-1
dashboard.component.scss
src/app/modules/helpdesk/dashboard/dashboard.component.scss
+1
-1
homepage.component.scss
src/app/modules/homepage/homepage.component.scss
+7
-7
marketing.component.scss
src/app/modules/i18n/marketing.component.scss
+1
-1
cards.scss
src/app/modules/legacy/components/cards/cards.scss
+1
-1
marketing.component.scss
src/app/modules/marketing/marketing.component.scss
+2
-2
tile.component.scss
src/app/modules/media/videos/tile.component.scss
+3
-3
conversation.component.scss
...odules/messenger/conversation/conversation.component.scss
+1
-1
dockpanes.component.scss
src/app/modules/messenger/dockpanes/dockpanes.component.scss
+1
-1
analytics.component.scss
...onetization/ad-sharing/analytics/analytics.component.scss
+2
-2
options.component.scss
src/app/modules/monetization/revenue/options.component.scss
+4
-4
sorted.component.scss
src/app/modules/newsfeed/feeds/sorted.component.scss
+1
-1
points.component.scss
src/app/modules/wallet/points/points.component.scss
+1
-1
main.scss
src/stylesheets/main.scss
+1
-1
No files found.
src/app/common/components/announcements/announcement.component.scss
View file @
88297c24
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/controllers/admin/boosts/boosts.scss
View file @
88297c24
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/blogs/tile/tile.component.scss
View file @
88297c24
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/boost/console/card/card.component.scss
View file @
88297c24
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/channels/tile/tile.component.scss
View file @
88297c24
...
...
@@ -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
(){
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/faq/faq.component.scss
View file @
88297c24
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/forms/login/login.scss
View file @
88297c24
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/groups/tile/tile.component.scss
View file @
88297c24
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/helpdesk/dashboard/dashboard.component.scss
View file @
88297c24
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/homepage/homepage.component.scss
View file @
88297c24
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/i18n/marketing.component.scss
View file @
88297c24
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/legacy/components/cards/cards.scss
View file @
88297c24
...
...
@@ -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
(){
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/marketing/marketing.component.scss
View file @
88297c24
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/media/videos/tile.component.scss
View file @
88297c24
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/messenger/conversation/conversation.component.scss
View file @
88297c24
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/messenger/dockpanes/dockpanes.component.scss
View file @
88297c24
...
...
@@ -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%
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/monetization/ad-sharing/analytics/analytics.component.scss
View file @
88297c24
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/monetization/revenue/options.component.scss
View file @
88297c24
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/newsfeed/feeds/sorted.component.scss
View file @
88297c24
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/wallet/points/points.component.scss
View file @
88297c24
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
src/stylesheets/main.scss
View file @
88297c24
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment