🛈 Note: policy and procedure locations have changed.
For CAHP policies and procedures, please refer to the UNMC catalog.
For program-specific policies and procedures, please refer to the Program-Specific Handbooks.
View source for MediaWiki:Mobile.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* All CSS here will be loaded for users of the mobile site */
/*** Web Font ***/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
font-family: Roboto, sans-serif !important;
}
#content kbd,
#content samp,
#content code,
#content pre,
#content .ace_editor *,
#content *[class*="monospace"],
#content *[class*="CodeMirror"] * {
font-family: "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace !important;
font-variant-ligatures: none;
}
000
1:0
Return to MediaWiki:Mobile.css.