@import "prismjs/themes/prism.css";
@import "@toast-ui/editor-plugin-code-syntax-highlight/dist/toastui-editor-plugin-code-syntax-highlight.css";
+// Google Fonts
+@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap");
+
// Variables
$off-white: #f8f9fd70;
// Elements & Classes
body {
background-color: $off-white;
- font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
+ font-family: "Inter", sans-serif;
}
.clickable-link {
// Toast UI Overrides
.toastui-editor-contents {
- font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
+ font-family: "Inter", sans-serif;
h1,
h2 {
border-bottom: none;
border: none;
}
+.ProseMirror {
+ font-family: "Inter", sans-serif;
+}
+
.toastui-editor-defaultUI .ProseMirror {
@include note-content;
}