updated font import
This commit is contained in:
parent
4ccf881ace
commit
328793e6c1
@ -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****************/
|
||||
|
Loading…
Reference in New Issue
Block a user