Skip to content

Commit 4b30781

Browse files
committed
remove font html
1 parent 25a5e50 commit 4b30781

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/overview/core-concepts-office-add-ins.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ For the best foundation for these common features and application-specific imple
2424

2525
| | |
2626
| :---------------| :------------- |
27-
| :::image type="icon" source="../images/i_best-practices_small.svg"::: |<font size="4">**Plan**</font></br>[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md) |
28-
| :::image type="icon" source="../images/i_code-blocks_small.svg"::: |<font size="4">**Develop**</font></br>[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md) |
29-
| :::image type="icon" source="../images/i_recommended-testing_small.svg"::: |<font size="4">**Test and debug**</font></br>[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md) |
30-
| :::image type="icon" source="../images/i_deploy_small.svg"::: |<font size="4">**Publish**</font></br>[Learn how to deploy and publish Office Add-ins.](../publish/publish.md) |
31-
| :::image type="icon" source="../images/i_reference_small.svg"::: |<font size="4">**Reference**</font></br>[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md) |
27+
| :::image type="icon" source="../images/i_best-practices_small.svg"::: |**Plan**</br>[Learn the best practices and system requirements for Office Add-ins.](../concepts/add-in-development-best-practices.md) |
28+
| :::image type="icon" source="../images/i_code-blocks_small.svg"::: |**Develop**</br>[Learn the APIs and patterns to develop Office Add-ins.](../develop/develop-overview.md) |
29+
| :::image type="icon" source="../images/i_recommended-testing_small.svg"::: |**Test and debug**</br>[Learn how to test and debug Office Add-ins.](../testing/test-debug-office-add-ins.md) |
30+
| :::image type="icon" source="../images/i_deploy_small.svg"::: |**Publish**</br>[Learn how to deploy and publish Office Add-ins.](../publish/publish.md) |
31+
| :::image type="icon" source="../images/i_reference_small.svg"::: |**Reference**</br>[View the reference documentation for the Office JavaScript APIs, the add-ins manifest, error code lists, and more.](../reference/javascript-api-for-office.md) |
3232

3333
## See also
3434

docs/reference/javascript-api-for-office.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You should use application-specific APIs whenever feasible, and use Common APIs
2121

2222
| | | |
2323
| :------------------------ | -------------------- | ----------------|
24-
| <img src="../images/index/logo-excel.svg" width="100"> </br><font size="4">**Excel API reference**</font></br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel). | <img src="../images/index/logo-outlook.svg" width="100"> </br><font size="4">**Outlook API reference**</font></br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook). | <img src="../images/index/logo-word.svg" width="100"> </br><font size="4">**Word API reference**</font></br>[JavaScript APIs for building Word add-ins](/javascript/api/word). |
25-
| <img src="../images/index/logo-powerpoint.svg" width="100"> </br><font size="4">**PowerPoint API reference**</font></br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint). | <img src="../images/index/logo-onenote.svg" width="100"> </br><font size="4">**OneNote API reference**</font></br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote). | <img src="../images/index/logo-office.png" width="100"> </br><font size="4">**Common API reference**</font></br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office). |
24+
| <img src="../images/index/logo-excel.svg" width="100"> </br>**Excel API reference**</br>[JavaScript APIs for building Excel add-ins](/javascript/api/excel). | <img src="../images/index/logo-outlook.svg" width="100"> </br>**Outlook API reference**</br>[JavaScript APIs for building Outlook add-ins](/javascript/api/outlook). | <img src="../images/index/logo-word.svg" width="100"> </br>**Word API reference**</br>[JavaScript APIs for building Word add-ins](/javascript/api/word). |
25+
| <img src="../images/index/logo-powerpoint.svg" width="100"> </br>**PowerPoint API reference**</br>[JavaScript APIs for building PowerPoint add-ins](/javascript/api/powerpoint). | <img src="../images/index/logo-onenote.svg" width="100"> </br>**OneNote API reference**</br>[JavaScript APIs for building OneNote add-ins](/javascript/api/onenote). | <img src="../images/index/logo-office.png" width="100"> </br>**Common API reference**</br>[JavaScript APIs that can be used by any Office Add-in](/javascript/api/office). |
2626

2727
**Note**: There's currently no application-specific JavaScript API for Project; you'll use Common APIs to create Project add-ins.

0 commit comments

Comments
 (0)