u
This commit is contained in:
42
src/FrontOffice.Main/wwwroot/css/site.css
Normal file
42
src/FrontOffice.Main/wwwroot/css/site.css
Normal file
@@ -0,0 +1,42 @@
|
||||
/*#region Fonts*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vazir';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: url(../fonts/Vazir-Light.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vazir';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(../fonts/Vazir-Regular.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vazir';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: url(../fonts/Vazir-Medium.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vazir';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(../fonts/Vazir-Bold.ttf) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Vazir';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: swap;
|
||||
src: url(../fonts/Vazir-Bold.ttf) format('woff2');
|
||||
}
|
||||
/*#endregion*/
|
||||
Reference in New Issue
Block a user