Initial commit
This commit is contained in:
31
assets/css/font.scss
Normal file
31
assets/css/font.scss
Normal file
@ -0,0 +1,31 @@
|
||||
@font-face {
|
||||
font-family: 'ptsans_regular';
|
||||
src: url('../font/ptsans-regular.woff2') format('woff2'),
|
||||
url('../font/ptsans-regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ptsans_bold';
|
||||
src: url('../font/ptsans-bold.woff2') format('woff2'),
|
||||
url('../font/ptsans-bold.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ptsans_italic';
|
||||
src: url('../font/ptsans-italic.woff2') format('woff2'),
|
||||
url('../font/ptsans-italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ptsans_bold_italic';
|
||||
src: url('../font/ptsans-bolditalic.woff2') format('woff2'),
|
||||
url('../font/ptsans-bolditalic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user