mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 07:52:04 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -34,7 +34,16 @@ $lato-font-path: './lato';
|
|||
font-style: $style;
|
||||
unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF;
|
||||
}
|
||||
|
||||
// Telugu: U+0C00-0C7F
|
||||
@font-face {
|
||||
font-family: 'Odoo Unicode Support Noto';
|
||||
src: url('https://fonts.odoocdn.com/fonts/noto/NotoSansTelugu-#{$type}.woff2') format('woff2'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansTelugu-#{$type}.woff') format('woff'),
|
||||
url('https://fonts.odoocdn.com/fonts/noto/NotoSansTelugu-#{$type}.ttf') format('truetype');
|
||||
font-weight: $weight;
|
||||
font-style: $style;
|
||||
unicode-range: U+0C00-0C7F;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('#{$lato-font-path}/Lato-#{$type}-webfont.eot');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue