Branding integration for kanglam
This commit is contained in:
parent
7799745f09
commit
1678bc0b99
22 changed files with 201 additions and 10 deletions
|
|
@ -5,6 +5,7 @@
|
|||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
unicode-range: U+0000-007F;
|
||||
src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
|
|
@ -13,11 +14,36 @@
|
|||
url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
/* Qomolangma-Chuyig */
|
||||
@font-face {
|
||||
font-family: 'Qomolangma-Chuyig';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
unicode-range: U+0F00-0FFF;
|
||||
src: local(''),
|
||||
url('../fonts/Qomolangma-Chuyig.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
}
|
||||
|
||||
|
||||
/* MonlamUniOuChan2 */
|
||||
@font-face {
|
||||
font-family: 'MonlamUniOuChan2';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
unicode-range: U+0F00-0FFF;
|
||||
src: local(''),
|
||||
url('../fonts/MonlamUniOuChan2.woff') format('woff'), /* Super Modern Browsers */
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* poppins-600 - latin */
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
unicode-range: U+0000-007F;
|
||||
src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
|
|
@ -31,6 +57,7 @@
|
|||
font-family: 'Poppins';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
unicode-range: U+0000-007F;
|
||||
src: url('../fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
|
|
@ -44,6 +71,7 @@
|
|||
font-family: 'Prata';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
unicode-range: U+0000-007F;
|
||||
src: url('../fonts/prata-v13-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local(''),
|
||||
url('../fonts/prata-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue