updated font import

This commit is contained in:
JoBCB 2020-11-15 21:19:24 +00:00
parent 4ccf881ace
commit 328793e6c1

View File

@ -23,8 +23,6 @@ font-weight: normal;
font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
font-family: 'Roboto Italic';
src: url('webfonts/Roboto_Regular/Roboto-Italic.ttf') format('truetype');
@ -32,6 +30,9 @@ font-weight: normal;
font-style: normal;
}
/*new import font*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap');
/***************** EMERGENCY BUTTON AND MOCKUPS****************/