get rid of google fonts dependency
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user