Legendary Silke
[I][B]You like dragons?[/B][/I]
- 5,925
- Posts
- 14
- Years
- Seen Dec 23, 2021
<html>
<style>
@font-face {
font-family: 'Symbola';
src: url('Symbola.eot');
src: local('Symbola'),
local('Symbola'),
url('Symbola.ttf') format('truetype'),
url('Symbola.svg#font') format('svg');
}
.Symbola {
font-family:Symbola;
}
</style>
<body>
<div class="Symbola">This is a test.</div>
</body>
</html>
I haven't done my own @font-face in stylesheets before, but if you need to get a font for your website but don't want to go through the hassle of programming it into a stylesheet manually, then I really recommend this web font generator from fontsquirrel.com (which is really for anyone as a reference), but I'm sure that you wouldn't have any trouble :)
Come on, the @font-face method really isn't hard at all!
@font-face {
font-family: 'Open Sans'; /* Specify a global font name */
font-weight: normal; /* Specify what "weight" (e.g. normal, bold, lighter) these files are for */
font-style: normal; /* Specify what "style" (e.g. normal, italic) these files are for */
src: url('/styles/fonts/opensans/opensans-regular.eot');
src: url('/styles/fonts/opensans/opensans-regular.eot?iefix') format('eot'),
url('/styles/fonts/opensans/opensans-regular.woff') format('woff'),
url('/styles/fonts/opensans/opensans-regular.ttf') format('truetype'),
url('/styles/fonts/opensans/opensans-regular.svg#webfont') format('svg');
}
For the record, I have minimal experience with @font-face, so please watch at what you say. I respect your opinion for saying that it's not really hard at all, but keep in mind that experience level plays a role in what someone says about something.Come on, the @font-face method really isn't hard at all!
For the record, I have minimal experience with @font-face, so please watch at what you say. I respect your opinion for saying that it's not really hard at all, but keep in mind that experience level plays a role in what someone says about something.
I'm running a VPS called Thunderbolt Networks with the following statistics:
- URL: https://www.pokesphere.net/ and https://forum.pokesphere.net/
- Type: WordPress blog and MyBB forum
- Disk Space: 50 GB HDD
- RAM: 768 MB
- OS: CentOS 5 x64
- PHP Version: 5.5.7
- MySQL Version: 5.0
- Apache Version: 2.2
Can you guys give me some suggestions for further improvement to the two sites' layouts? Both of them use a fixed background image that covers the screen, and I custom skinned the forums and modified the colors of an existing WordPress theme with a new background.
With the forum I'm also open to structural suggestions. :)
I'm nowhere near an expert webmaster but isn't the RAM a little "little"? It's not even 1GB.
Not for a VPS. Usually most VPS server owners I know of usually only have 512 MB of RAM in them. It's not like an actual computer where you'll be running a lot of tasks.I'm nowhere near an expert webmaster but isn't the RAM a little "little"? It's not even 1GB.
Not for a VPS. Usually most VPS server owners I know of usually only have 512 MB of RAM in them. It's not like an actual computer where you'll be running a lot of tasks.