问题标签 [roboto]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 随着 Roboto 字体系列的更新,它的指标是否会发生变化?
正如此处和此处所指出的,Google 会定期更新 Roboto 字体以回应批评、添加字形、提高易读性等。指标是否锁定?这些更改是否会导致文本以不同的方式流动?
换句话说,与 ICS (API 14) 及更高版本兼容的 Android 应用程序能否将 Roboto 用于其文本并相信标签将在 ICS 和 Lollipop 上占用相同数量的空间?当然,前提是屏幕具有相同的属性(dpi、尺寸、分辨率等)
系统字体实际上是窗口系统公共 API 的一部分。如果指标发生变化,那么一个被编码为期望一段文本适合某个框的应用程序可能会中断。
Roboto 字体对于 Android 的重要性不亚于 Arial 和 Verdana 对于 Windows 的重要性。正如微软所说,
请注意,与 UI 字体和 Microsoft 应用程序中使用的默认字体相关的某些值已锁定。UI 字体用于呈现 UI 元素,如标题、对话框和菜单。鉴于它们的高可见性和频繁使用,对这些字体的更改很少。
android-layout - 在现代 Android Studio 中使用不同权重的 Roboto
我相信已经阅读或听说过 Roboto 现在是 Android Studio 的标准配置,并且我不再需要下载该字体。那么我目前如何在我的 xml 布局中使用它呢?我对使用许多不同的权重特别感兴趣,例如粗体、轻体、细体等。那么,我现在该怎么做呢?整个应用程序将仅使用 Roboto。但是不同的 TextView 等会使用不同的权重。谢谢。
android - How do I define robot thin-100 style using serif
I want to achieve the robot thin-100 font using serif. But so far my attempts are not successful. Any help?
fonts - Wc3 error: certificate invalid (google api): severe: prevents page rendering - what to do?
Website development: desired a universal font - chose to link to google online font resource (rightly or wrongly).
Tested doc in W3C mobileOK Checker.... it listed:
Invalid certificates will be rejected by mobile browsers, de facto preventing the rendering of the page. How? This usually means that the certificate could not be retrieved or that the cryptographic algorithm used for the key exchange is not widely supported. Where? Triggered by https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700. Triggered by https://fonts.googleapis.com/css?family=Roboto+Condensed:700. Triggered by (3rd link)fonts.googleapis.com/css?family=Roboto:400,500,700,900.
Defacto prevents page rendering!
I am aware that some Wc3 alerts are purely advisory, but this one is listed as severe.
Numerous sources suggested Roboto was good for browser coverage(?) but what to do?
Can I download the fonts to my site?
Is it a phantom problem that doesn't exist?
This must affect vast numbers of people, yet there is no info on stackoverflow (or anywhere).
Does anybody know the truth behind these apparent severe errors.... and what is the solution, when attempting to specify a universal font?
firefox - Roboto Condensed google 字体在 Firefox 中无法正确呈现
昨天,我的一位同事注意到在 Firefox 和 Chrome 上显示时,我们网站上的 google Roboto Condensed 字体的呈现存在很大的不一致。在 Firefox 上,字体似乎根本不一样。
我做了一些阅读在 stackoverflow 上做了一些阅读,但我似乎无法理解这个问题是否与我的相同,因为该人使用的是本地字体,而我直接从谷歌提供服务。
此外,似乎在 wordpress 安装的某个地方,Roboto Condensed 字体被调用了两次——一次是直接从主题导入的,一次是由我们用来自定义站点菜单的插件导入的。
另一方面,我读到在同一字体上使用不同的字体粗细可能会在不同的浏览器中产生不同的结果,但无法掌握使用它们的正确方法。
任何帮助将不胜感激。这是我正在谈论的网站: www.podmosta.bg
此致,
科斯塔丁
internet-explorer - font-awesome 和 Roboto 的 IE 问题无法在服务器上运行
我在项目结构中使用了 yeoman 生成器,并包含了用于 font-awesome 和 Roboto 的 bower 组件。字体在 grunt serve 上加载良好。我还尝试运行在 dist 文件夹中创建的 index.html ,它再次正常工作。即使是在我的本地 tomcat 上托管时使用 Jenkins 构建创建的 .WAR 文件也可以正常工作。但是当代码部署在 Server Roboto 上时,Font-awesome 无法正确呈现。我检查了网络选项卡以查看是否正在下载可见的字体。有人能指出我正确的方向吗?
android - 如何在 xml 布局中使用 Roboto
我现在经常听到:“Roboto 是默认字体类型”。但是如何使用这种默认字体类型呢?我的具体意思是,在过去,当我下载资产等时,我曾经必须指定诸如
想象一下我有兴趣使用所有的说(依次)
如何在我的 xml 布局文件或style.xml
文件中指定它们?
css - Bootsrap 3.3.6 通过 MAXCDN 使用 custom.css 自定义字体系列
我创建了一个使用从 MAXCDN 内容交付网络加载的 Bootstrap 3.3.6 的网站(供参考,代码在问题的末尾)。
我的意图是通过加载 custom.css 来对 Bootstrap 进行更改(根据我的研究,我相信这是自定义引导站点的少数常用和公认的方法之一)。
我的问题是如何通过我的custom.css在整个引导程序中更改字体系列。
我想使用的字体系列都是从 fonts.googleapis.com 提供的所有 Google 字体,但我认为这个问题的答案可能对任何使用 webfonts 的人有用。
来自加载部分的参考代码