online v1
This commit is contained in:
17
Profice WebSite/style/fonts.css
Normal file
17
Profice WebSite/style/fonts.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Local Montserrat Font Declaration */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('../fonts/montserrat-regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url('../fonts/montserrat-bold.ttf') format('truetype');
|
||||
}
|
||||
Reference in New Issue
Block a user