get rid of google fonts dependency

This commit is contained in:
2019-02-23 21:04:13 +01:00
parent f68a864b16
commit 851c743fa6
8 changed files with 103 additions and 9 deletions

View File

@@ -41,17 +41,13 @@
-webkit-filter: drop-shadow( -1px 1px 1px rgba(0, 0, 0, $opacity));
}
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
/* Common objects */
body, textarea, input, button {
font-size: 14px;
font-family: 'Ubuntu', sans-serif;
}
/* Common objects */
textarea {
resize: none;
}