tldraw/styles/globals.css

14 lines
398 B
CSS
Raw Normal View History

@import url('https://fonts.googleapis.com/css2?family=Recursive:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Recursive:wght,MONO@420,1&display=swap');
@font-face {
font-family: 'Verveine Regular';
font-style: normal;
font-weight: normal;
src: local('Verveine Regular'), url('/VerveineRegular.woff') format('woff');
}
.margin {
user-select: none;
}