Removing Cantarell, long live to Arial.

This commit is contained in:
sergiotarxz 2022-11-11 01:49:08 +01:00
parent 80a46e45e9
commit 0471387b1c
2 changed files with 1 additions and 13 deletions

View File

@ -8,18 +8,6 @@ $background-secondary: #635283;
$color-secondary: #8eea6d;
$accent-secondary: #fde68f;
$primary-secondary: #590e11;
@font-face {
font-family: 'cantarellregular';
src: url('Cantarell-Regular-webfont.eot');
src: url('Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('Cantarell-Regular-webfont.woff2') format('woff2'),
url('Cantarell-Regular-webfont.woff') format('woff'),
url('Cantarell-Regular-webfont.ttf') format('truetype'),
url('Cantarell-Regular-webfont.svg#cantarellregular') format('svg');
font-weight: normal;
font-style: normal;
}
html {
height: 100%;
@ -27,7 +15,7 @@ html {
body {
p,h1,h2,h3,h4,a {
font-family: 'cantarellregular';
font-family: 'arial';
}
margin: 0;
padding: 0;