Remove unnecessary font declarations

This commit is contained in:
Dominik Korsa 2019-10-15 20:31:52 +02:00
parent 3e4b109a07
commit e799d27ac6
6 changed files with 5 additions and 15 deletions

View file

@ -99,6 +99,7 @@
grid-template-columns: 1fr auto;
background-color: #fff;
border-radius: 4px;
font-family: 'Roboto', sans-serif;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
0px 2px 2px 0px rgba(0, 0, 0, 0.14),
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
@ -115,7 +116,6 @@
.code {
grid-column: 1;
grid-row: 2;
font-family: 'Roboto', sans-serif;
font-size: 24px;
margin-bottom: 2px;
color: #D32F2F;
@ -131,7 +131,6 @@
grid-column: 1;
grid-row: 3;
color: #0009;
font-family: 'Roboto', sans-serif;
font-size: 14px;
text-decoration: none;
justify-self: start;

View file

@ -132,6 +132,7 @@
grid-template-columns: 1fr auto;
background-color: #fff;
border-radius: 4px;
font-family: 'Roboto', sans-serif;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
@ -145,7 +146,6 @@
.header {
grid-column: 1;
grid-row: 2;
font-family: 'Roboto', sans-serif;
font-size: 20px;
margin-bottom: 8px;
line-height: 24px;
@ -173,7 +173,6 @@
.subheader {
grid-column: 1;
grid-row: 3;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 16px;
display: flex;

View file

@ -88,6 +88,7 @@
grid-template-columns: 1fr auto;
background-color: #fff;
border-radius: 4px;
font-family: 'Roboto', sans-serif;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
@ -97,7 +98,6 @@
grid-column: 1;
grid-row: 2;
color: #D32F2F;
font-family: 'Roboto', sans-serif;
font-size: 20px;
margin-bottom: 8px;
line-height: 24px;
@ -115,7 +115,6 @@
.subheader {
grid-column: 1;
grid-row: 3;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 16px;
display: flex;

View file

@ -1,5 +1,5 @@
<template>
<div class=" downloadhome-section">
<div class="download home-section">
<h2 class="title">Pobieranie</h2>
<home-download-version-switcher v-if="$mq === 'md'" :activeSection="activeSection" />
<h3 class="section-name section-name-beta" v-if="$mq === 'lg'">BETA</h3>

View file

@ -54,17 +54,12 @@
@media screen and (max-width: 875px) {
padding: 0 0 16px;
}
@media screen and (max-width: 450px) {
padding: 0 0 16px;
}
}
.features-table-section__title {
font-size: 32px;
text-align: center;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 400;
grid-row: 1;
grid-column: 1;

View file

@ -98,6 +98,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
}
.logo {
@ -115,7 +116,6 @@
text-align: center;
margin-top: 0;
margin-bottom: 48px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #fff;
font-size: 32px;
@ -177,7 +177,6 @@
color: rgba(0, 0, 0, 0.87);
line-height: 64px;
font-size: 20px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
border-radius: 4px;
margin-left: 32px;
@ -228,7 +227,6 @@
margin-top: 35px;
&__link {
font-family: 'Roboto', sans-serif;
color: #fff;
}
}