chore(i18n,curriculum): update translations (#42349)
This commit is contained in:
@ -40,7 +40,7 @@ GENERIC_NAME 是可選的,它用來指明在其他字體不可用時的後備
|
||||
應引入 `Lobster` 字體。
|
||||
|
||||
```js
|
||||
assert(new RegExp('googleapis', 'gi').test(code));
|
||||
assert($('link[href*="googleapis" i]').length);
|
||||
```
|
||||
|
||||
`h2` 元素應使用 `Lobster` 字體。
|
||||
|
@ -40,7 +40,7 @@ GENERIC_NAME 是可选的,它用来指明在其他字体不可用时的后备
|
||||
应引入 `Lobster` 字体。
|
||||
|
||||
```js
|
||||
assert(new RegExp('googleapis', 'gi').test(code));
|
||||
assert($('link[href*="googleapis" i]').length);
|
||||
```
|
||||
|
||||
`h2` 元素应使用 `Lobster` 字体。
|
||||
|
@ -40,7 +40,7 @@ Importa la fuente `Lobster` a tu página web. Luego, usa un selector de elemento
|
||||
Debes importar la fuente `Lobster`.
|
||||
|
||||
```js
|
||||
assert(new RegExp('googleapis', 'gi').test(code));
|
||||
assert($('link[href*="googleapis" i]').length);
|
||||
```
|
||||
|
||||
Tu elemento `h2` debe usar la fuente `Lobster`.
|
||||
|
Reference in New Issue
Block a user